Login
main >   server_security >   dev_sound_platform >   music_fun_code >   vim >   sort_instruments >   bash_commands >  


Ubuntu

  • top
    press c for details

Total size of files of type
find . -type f -name "*.wav" -printf "%s\n" | gawk -M '{t+=$1}END{print t}' | numfmt --to=si

hidden1

hidden2