Skip to content

Commit 15e6198

Browse files
committed
Strip newlines when using tally
1 parent e04f556 commit 15e6198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/tally

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
set -o errexit
1717
set -o nounset
1818

19-
sort | uniq --count | sort --numeric-sort
19+
sed 's/\r//g' | sort | uniq --count | sort --numeric-sort

0 commit comments

Comments
 (0)