Skip to content

Instantly share code, notes, and snippets.

@kazoo0217
Created July 18, 2017 06:10
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 kazoo0217/8328447dfb5195f5c76c328934371f04 to your computer and use it in GitHub Desktop.
Save kazoo0217/8328447dfb5195f5c76c328934371f04 to your computer and use it in GitHub Desktop.
メールログなどリアルタイムに更新されるファイルを監視するコマンド

メールログなどリアルタイムに更新されるファイルを監視するコマンド

tail

# tail -f file.log
# tail -F file.log

less

# less +F file.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment