Updated config
This commit is contained in:
parent
89e99f7f1a
commit
8a44f9bf70
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue