Kill multiple processes at once on linux/unix/*nix


kill `ps -eaf | grep -i sg_file_xfr_client | awk ‘{print $2}’`

Leave a Comment