Sort lines before uniq

Uniq needs sorted lines, so sort them first.
This commit is contained in:
Sven Giermann
2015-11-24 20:02:12 +01:00
parent 349c73b7cf
commit baf03e6348
+1 -1
View File
@@ -65,4 +65,4 @@ END {
}
}
}
'|uniq
'|sort|uniq