Skip to content

Instantly share code, notes, and snippets.

@horitaku1124
Created April 4, 2014 07:18
Show Gist options
  • Save horitaku1124/9969699 to your computer and use it in GitHub Desktop.
Save horitaku1124/9969699 to your computer and use it in GitHub Desktop.
Linuxでのコマンド組み合わせ

ログファイルの最後のN行

find . -name '*.log' | xargs tail -n 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment