Navigation : Top/Unix/tail

tail

tail

機能

ファイルの最後をみる

書式

  • -n [XX] : 最後[xx]行目を表示
  • -f : 最新情報に更新しつつ表示

使用例

tail -n 100 tmp.log
tail -f tmp.log