Skip to content

Instantly share code, notes, and snippets.

@miraculixx
Last active December 27, 2015 06:09
Show Gist options
  • Select an option

  • Save miraculixx/7279301 to your computer and use it in GitHub Desktop.

Select an option

Save miraculixx/7279301 to your computer and use it in GitHub Desktop.
view last created log file
ls -lart tmp/app-messages/*log | awk ' END { print $9 }' | xargs less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment