[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sort
charles@lunargraphics.net wrote:
>
> what is the flag for sort to reduce duplicates to a single entry?
>
> cjm
>
Sort doesn't (unless someone's made a spiffier sort), pipe it to uniq
afterwards to handle that. Uniq requires it's data to be sorted
already, as it only removes duplicate lines next to each other.
--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.
- References:
- sort
- From: charles@lunargraphics.net