I use ps command to find out all running process on my Linux and Unix system. The ps command shows information about a selection of the active processes on shell. You may also pipe out ps command output through grep command to pick up desired output. Let us see how to prevent 'grep' from showing up in ps results?
The post Remove grep command while grepping using ps command appeared first on nixCraft.