Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save afnizarnur/6c52709124e437c2faf3f07ed6bbdd10 to your computer and use it in GitHub Desktop.
Save afnizarnur/6c52709124e437c2faf3f07ed6bbdd10 to your computer and use it in GitHub Desktop.
Kill Process
lsof -P | grep ':8000' | awk '{print $2}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment