Match lines, group and sum
in [
Shell
]
Prev:
HP-UX 11.x and Legato Networker 5.5
Next:
"setenv EDITOR vi" don't work
From:
aryzhov
on
20 Jul 2006 04:09
> any ideas?
sort | uniq -c | while read first junk;do echo $junk "($first times)";
done
just an idea, not tested
|
Pages: 1
Prev:
HP-UX 11.x and Legato Networker 5.5
Next:
"setenv EDITOR vi" don't work