Updated config
This commit is contained in:
parent
c4b2f4946d
commit
ab3930e7a3
3
.config/fish/functions/countchars.fish
Normal file
3
.config/fish/functions/countchars.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function countchars
|
||||||
|
tr -d '\n' < $argv[1] | fold -w1 | sort | uniq -c | sort -nr
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user