Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
waku
Posts:
14
Registered:
1/27/11
|
|
Re: Reading a file in reverse order --- How?
Posted:
Apr 11, 2013 4:11 AM
|
|
On 04/10/2013 06:52 AM, debguy wrote: > # file in reverse order use tac(1) > $ cat file | tac
# file in reverse order use just tac(1) tac file
|
|
|
|