Determine size of folders and files in directory
Credit goes to this post.
I'm frequently interested in finding how much memory the files or directories within a directory are consuming. To find it, I'll use:
I'm frequently interested in finding how much memory the files or directories within a directory are consuming. To find it, I'll use:
du -sh ./*
Comments
Post a Comment