Skip to content

Instantly share code, notes, and snippets.

@nightsh
Created January 9, 2014 02:06
Show Gist options
  • Save nightsh/8328211 to your computer and use it in GitHub Desktop.
Save nightsh/8328211 to your computer and use it in GitHub Desktop.
watch every log file for changes
find /var/log -xdev -type f -exec tail -fn0 {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment