We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tally
1 parent e04f556 commit 15e6198Copy full SHA for 15e6198
text/tally
@@ -16,4 +16,4 @@
16
set -o errexit
17
set -o nounset
18
19
-sort | uniq --count | sort --numeric-sort
+sed 's/\r//g' | sort | uniq --count | sort --numeric-sort
0 commit comments