Make it works with POSIX sort (POS arg)
All old sorts understand -k too.
This commit is contained in:
parent
98b90cd850
commit
b56aac320b
@ -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$' |
|
||||
|
Loading…
Reference in New Issue
Block a user