Skip to content

Instantly share code, notes, and snippets.

@georgefs
Created May 14, 2013 01:05
Show Gist options
  • Save georgefs/5572851 to your computer and use it in GitHub Desktop.
Save georgefs/5572851 to your computer and use it in GitHub Desktop.
som of my bash rc
pp='ps -aux|grep '
function pk(){
echo kill -9 `ps -aux|grep $1|awk '{print \$2}'`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment