Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created June 7, 2013 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmccready/5730204 to your computer and use it in GitHub Desktop.
Save nmccready/5730204 to your computer and use it in GitHub Desktop.
lsof looped
while (1) { toEcho=$(lsof -i:16868 | grep 16868); echo $toEcho; sleep 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment