Skip to content

Instantly share code, notes, and snippets.

@san9dev
Last active August 21, 2020 07:02
Show Gist options
  • Save san9dev/46b890b894deaf9d06466d296cdb26c5 to your computer and use it in GitHub Desktop.
Save san9dev/46b890b894deaf9d06466d296cdb26c5 to your computer and use it in GitHub Desktop.
# get size of target directory (for each item in directory).
du -h directory_name
# get full size of directory
du -hcs directory_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment