Marty Huntzberry wrote:

> I'd like to be able to view my log file starting with the most recent
> entries at the beginning.  Currently the access.log file appends the
> most recent logs to the end of the file.  Can I change this?

No, new entries are always appended. Adding new entries at the top would
mean to write the whole file every time a line is added.

But it is trivial to achieve using "sort", this is available on every
linux machine.



     Cédric


_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Reply via email to