Tail Command in Follow Mode
Tagged with: command, follow, Linux, log, tail
Thursday, February 21st, 2008 11:10 PM
View in real time what is added to a file. -f stands for Follow
tail -f /var/log/messages
View in real time what is added to a file. -f stands for Follow
tail -f /var/log/messages