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

RSS Icon Subscribe to comments

You need to login to post a comment.