Skip to content

Instantly share code, notes, and snippets.

@sunxboy
Created August 11, 2018 07:54
Show Gist options
  • Save sunxboy/fd9622070b6ccbbd7ade69cac119a79d to your computer and use it in GitHub Desktop.
Save sunxboy/fd9622070b6ccbbd7ade69cac119a79d to your computer and use it in GitHub Desktop.
bash shell get pid only
ps -ef | awk '/[a]zkaban.jobid=234719041867038727/{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment