Kill a list of processes in unix in one go..! —
Just thought would share it here. I just wanted to list of processes in unix in a single go. After trying some of the syntax I got it right. Here it is… Bit of explanation below : ps -aux –> Lists all the processes running in the machine in the below order. USER PID %CPU [...]