This blog moved to medium->https://medium.com/@cocoamaemae

Wednesday, December 14, 2016

How to use du

What's du?
Reports the size of directory trees

Basic syntax
du <options> <file or directory name>


options

# Show capacity
-h

# Show amount of files or directories
-s

# Specify tree depth
--max-depth

e.g.
# Show capacities from root path tree
du -sh /

No comments:

Post a Comment

Front End Development Tools

TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...