reading from file bottom up

Jeremy C. Reed reed at reedmedia.net
Fri Dec 28 10:19:00 MST 2007


On Fri, 28 Dec 2007, Nathan Aubrey wrote:

> tac .
> I love the ingenious designs of *nix.

Not all *nix.

tac(1) is from coreutils commonly used on Linux systems.

Many *nix systems don't have "tac".

I use "tail -r" on some systems. And use sed on other systems.

Do a google search and you will find many ways to reverse a file.


More information about the PLUG-discuss mailing list