Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Oh yeah...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Oh yeah...
Authored by: sharumpe on Feb 25, '02 06:53:43PM
I had a question as to what I was using to view the log file. The command is:
tail -f /path/to/logfile
The '-f' option makes tail 'follow' the file - it will show new lines as they are added to the file. Very handy for keeping track of things like logfiles. Mr. Sharumpe

[ Reply to This | # ]