On Sun, 12 Dec 2010, Brett Parker wrote:
>
> $ cat test.txt | sort | uniq -c | while read line; do count=${line% *}; if
> [ $count -ge 3 ]; then echo ${line/*$count /}; fi; done
> four
> three
> $uniq -c < crap| grep -v ^' '.*[12]' ' -- -------------------------------------------------------- Dave Lugo [email protected] No spam, thanks. Are you the police? . . . No ma'am, we're sysadmins. -------------------------------------------------------- -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
