Skip to content

Instantly share code, notes, and snippets.

@olimortimer
Created May 29, 2014 11:34
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 olimortimer/932f970bb58b314310c0 to your computer and use it in GitHub Desktop.
Save olimortimer/932f970bb58b314310c0 to your computer and use it in GitHub Desktop.
Shell: Live log file
# View live logs
tail -f FILE
# View live logs which only matches our IP
tail -f FILE | grep --line-buffered IP_ADDRESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment