Skip to content

Instantly share code, notes, and snippets.

@ninodafonte
Last active August 17, 2017 13:49
Show Gist options
  • Save ninodafonte/5998358 to your computer and use it in GitHub Desktop.
Save ninodafonte/5998358 to your computer and use it in GitHub Desktop.
Tail all log files #linux #logs
find -type f | xargs tail -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment