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