mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2020-10-16 4757e94c28064b07a52aa2138927315fe3e0941c
all-shells/.commonshell
@@ -10,7 +10,7 @@
alias l="ls -laF"
alias grep="grep --color=always"
alias less='less -r'
function stats {
function stats() {
   find ${1:-'.'} -type f -print | sed -E -n 's/.+(\..*)$/\1/pi' | sort | uniq -c | sort -g
}