Make it possible disable external sorting of matches

This commit is contained in:
Christian Wellenbrock
2017-11-29 23:32:28 +01:00
parent 3412f3a099
commit 65f62b4995

View File

@@ -174,4 +174,4 @@ split |
# filter out items not matching pattern
grep -e "$PATTERN" $GREPARGS |
# sort and remove duplicates
sort -u
sortu