Written by #xxaxxelxxAugust 14, 2018August 14, 2018 linux | find and count files per extension # find /data/exchange -type f \( -iname "*.mov" -o -iname "*.mp4" \) -exec du -cm {} + | sort -n Share this:TwitterFacebookLike this:Like Loading... Related