Make it works with POSIX sort (POS arg)

All old sorts understand -k too.
This commit is contained in:
ache 2002-09-24 20:05:01 +00:00
parent 98b90cd850
commit b56aac320b

View File

@ -44,7 +44,7 @@ case "$mode" in
-user)
grep 'File does not exist$' |
awk '{print $8}' |
sort | uniq -c | sort +1
sort | uniq -c | sort -k 2
;;
-userhits)
grep 'File does not exist$' |