On Mon, Mar 31, 2003 at 12:48:33PM -0600, Clay Fandre wrote:
> $ perl -e 'print reverse <>' Clays_ToDo_list.txt > Clays_New_ToDo_list.txt

<trivia>
You could also do this with a little known program, tac. 

$ tac Clays_ToDo_list.txt > Clays_New_ToDo_list.txt

Just remember that "tac" is "cat" in reverse. :)
</trivia>

Nate, the one that tries not to use Perl.

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list