Calcrate file capacity recursively


/ Published in: Bash
Save to your folder(s)

calc rate file capacity


Copy this code and paste it in your HTML
  1. find -type f -printf "%s\n" |perl -ne '$sum += $_; print "\r$sum"'

Report this snippet


Comments


You need to login to view comments.