less and tail
Posted by SibProgrammer on April 01, 2010|
Comments
Commentsless is a very good tool for viewing the files on Unix. But sometimes need to look at log file and see changes in dynamic. There is another well known command: tail -f. I was surprised to know that less have mode like tail -f. To activate this mode need to press Shift + F. To return back to normal viewing: Ctrl + C.