Getting Linux Process List Without Forking Using Just A Bash Script
The ps command is extremely useful when you want to get some quick information on active system processes (hence the name), especially followed by piping it into grep and kin for some filtering. On…