Skip to content

Instantly share code, notes, and snippets.

@terashim
Created May 24, 2019 09:58
Show Gist options
  • Save terashim/7639cf10eeeb1fc40071c8dbe4d07831 to your computer and use it in GitHub Desktop.
Save terashim/7639cf10eeeb1fc40071c8dbe4d07831 to your computer and use it in GitHub Desktop.
Shiny Serverの最新ログファイルをtail表示するワンライナー
ls -d --sort=time /var/log/shiny-server/* | head -n1 | xargs tail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment