Thread: How to calculate multiple file size using bash command / script?
i know can done using stat command single file. there other command used calculate size of multiple files? in cases store few file links in seperate text file , want calculata size of linked files. how go it?
try like:
code:tr -s '\n' '\0' < file.txt | du -sch --files0-from=-
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to calculate multiple file size using bash command / script?
Ubuntu
Comments
Post a Comment