Skip to content
blog.aryps.com
Just another site
Month:
October 2017
Find files and total their sizes
root# find . -type f -iname '*.db' -print0 | du -c --files0-from=-