shell pipeline to reverse the order of lines.

Paul Vojta vojta at powdermilk.berkeley.edu
Wed Feb 27 12:06:12 AEST 1991


In article <1991Feb26.025903.5850 at NCoast.ORG> allbery at ncoast.ORG (Brandon S. Allbery KB8JRR) writes:
>
>I don't understand what's wrong with
>
>	nl | sort -nr | cut -f2-

What's wrong with

	tail -r

Or is that too simple?

--Paul Vojta, vojta at math.berkeley.edu



More information about the Alt.sources.d mailing list