2 Comments to “The Tale of Tail (Unix Command)”

  1. Anoop P Alias

    Mar 6th, 2008

    A very good option of tail is

    tail -f file

    This will follow the file and update any updates at the end of the file.Good if you want to watch last entries being updated on a log file :)

  2. Christopher

    Jul 5th, 2009

    This is really good for me, as I want to watch last entries being updated on a log file! :) Thanks!!!


Leave a Reply