Skip to content

Instantly share code, notes, and snippets.

@itomg
Last active March 1, 2020 20:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save itomg/ddb195272ba64b40a3ac to your computer and use it in GitHub Desktop.
Save itomg/ddb195272ba64b40a3ac to your computer and use it in GitHub Desktop.
ps grep awk xargs kill
ps aux|grep cron-14|awk '{print $2}'|xargs echo
ps aux|grep cron-14|awk '{print $2}'|xargs kill
ps aux|grep cron-14|awk '{print $2}'|xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment