Tail

HowTo: Tail Files in Eclipse IDE

May 19, 2007

Unix ‘tail’ command is used to display the last few lines of a file. The ‘-f’ parameter makes the utility more useful in the sense that it allows you to ‘follow’ the output of the file. As and when additional lines are added to the file, they are displayed on the terminal. The follow parameter [...]

Read the full article →