>> Thanks for the tips. I'm looking into the sort and tail commands on my >> Linux network. I also started a new access.log file for May and will do >> that for each month. >> > BTW, tail with the -f option is helpful as well. It will display > additions to the log file as they are made.
And if you pipe it trough "ccze" (normally comes as a package) you will get an easy readable colored output: # apt-get install ccze # tail -50f /var/log/gnump3d/access.log |ccze Regards, David _______________________________________________ Gnump3d-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnump3d-users
