linux - How do you output file size of multiple files in a directory using bash? -


the file extension .yuv there multiple files different extensions stored in same directory.

use globbing du filesystem block based size:

du -sh *.yuv 

ls actual file size:

ls -l *.yuv 

Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -