In a message dated: Sat, 28 Apr 2001 21:36:08 EDT
Derek Martin said:
> $ man sort
>
>or for the short version,
>
> $ cat file | sort -fui
>
> -f fold keys to lowercase (ignore case)
> -u ensure entries are unique (kill dup's)
> -i ignore non-printable or non-ASCII chars
Ahhhhhh! Extraneous and needless use of 'cat'. Don't do that, takes
too long to type:
sort -fui file
--
Seeya,
Paul
----
It may look like I'm just sitting here doing nothing,
but I'm really actively waiting for all my problems to go away.
If you're not having fun, you're not doing it right!
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************