Skip to content

Instantly share code, notes, and snippets.

@agilesteel
Created July 4, 2021 17:28
Show Gist options
  • Save agilesteel/7a3431388ad65e8fa032526f8548f14b to your computer and use it in GitHub Desktop.
Save agilesteel/7a3431388ad65e8fa032526f8548f14b to your computer and use it in GitHub Desktop.
alias jps ='jps -lvm'
alias jpsk9='jps | fzf --reverse -m -e -i | cut -d " " -f1 | xargs kill -9 2>/dev/null'
alias jpsk ='jps | fzf --reverse -m -e -i | cut -d " " -f1 | xargs kill 2>/dev/null'
@agilesteel
Copy link
Author

Fancy 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment