Total size of files April 03, 2012 To find the total size of files : $ ls -l | grep ^- | awk '{som+=$5}END{print "Total files size : ", som}' Read more