Subject: How do you sort a text file?
From: Danny Abc <dannyabc comcast.net>
Date: Fri, 6 Jan 2006 06:22:22 +0900
I'm new to Ruby and was wondering how to sort a text file?
With UNIX scripts, I just use "cat input.txt | sort > output.txt".
--
Posted via http://www.ruby-forum.com/.