Comments on Linux tail Command Tutorial for Beginners (5 Examples)
Sometimes you want to monitor what new information is being written to a file (think of log files), or for whatever reasons, want to access the last few lines of a file. Well, there's a command line utility that lets you do this in Linux, and it's call tail.
1 Comment(s)
Add comment
Comments
By: MIlan Kerslager
The command tail -f <file> could be interrupted by pressing CTRL+c