Skip to content

Instantly share code, notes, and snippets.

@optman
Last active December 16, 2016 02:57
Show Gist options
  • Save optman/f138b82e284f69d483f3c162717edff0 to your computer and use it in GitHub Desktop.
Save optman/f138b82e284f69d483f3c162717edff0 to your computer and use it in GitHub Desktop.
tail and grep the latest log files
ls *.log -t | head -n 1 | xargs tail -f |grep xxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment