D
Dileep Dasa
Guest
This is purely an UNIX question. The ps command displays active processes and grep command allows you to search for lines that contain a pattern. Hence, the given command lists all the processes first and then it searches for "production_AS" in that output.
Continue reading...
Continue reading...