Tagged Questions
0
votes
4answers
143 views
Calculate disk space occupied by many .png files
I have 357 .png files located in different sub dirs of the current dir:
settings# find . -name \*.png |wc -l
357
settings# find . -name \*.png | head
./assets/authenticationIcons/audio.png
...