Skip to content

Instantly share code, notes, and snippets.

@yosshi
Created February 25, 2010 18:08
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 yosshi/314836 to your computer and use it in GitHub Desktop.
Save yosshi/314836 to your computer and use it in GitHub Desktop.
tiarra で吐いている log を tail
tail -f /Applications/tiarra/log/\#Twitter@tig/`ls -l /Applications/tiarra/log/\#Twitter@tig | tail -n 1 | awk '{ print $9 }'`
ls -ltr | tail -n 1 | awk '{print $9}' | xargs tail -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment