maqish
12-30-2002, 09:14 AM
If you have a running logfile which you would like to view online, like a webserver log or something you could use tail
tail -f foo.log
will follow the file and show the new lines added..
Maqish
tail -f foo.log
will follow the file and show the new lines added..
Maqish