Tail end of log files
A useful command for looking at the end of a logfile, for example a maillog to ensure correct sending of a message.
tail -f (logfile), where -f will update as the logfile is written to.
Found at Linux Forum
Dan Atrill's blog site
A useful command for looking at the end of a logfile, for example a maillog to ensure correct sending of a message.
tail -f (logfile), where -f will update as the logfile is written to.
Found at Linux Forum
Wed, November 16 2005 » Linux