Skip to content

Instantly share code, notes, and snippets.

@edsykes
Created July 21, 2015 16:18
Show Gist options
  • Save edsykes/c82e1a54a8ccbde06ec9 to your computer and use it in GitHub Desktop.
Save edsykes/c82e1a54a8ccbde06ec9 to your computer and use it in GitHub Desktop.

Revisions

  1. edsykes created this gist Jul 21, 2015.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    lsof -i -n -P | grep "java.*9000" | cut -c 11-16 | uniq | kill $(xargs)