My Tech Notes
Sum the file sizes on Linux
find ./test -type f -name '*.jpg' -exec du -cb {} + | grep total$
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment