====== Tail ====== =====TAIL - Output last part of a File===== Syntax:
tail -f -n x file (-n, where x= number of lines; -f = follows - constantly updates) tail -f -n 100 textfile.pl