Susan Aurand wrote:
> 
> What is the fastest or best way to sort a file alphabetically, the
> rewrite it to a file.
> 

you'll print this very fast anyway :)

sort file > temp_file;mv temp_file file

/Jon


> Thanks
> Susan
> Haywood County Schools
> 
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to