simple enumerate script, which will group matching lines from standard-in.

This commit is contained in:
2023-12-05 11:05:32 -05:00
parent 04558d57de
commit a4672e5c09
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
sort <&0 | uniq --count | sort --numeric-sort