Seperates disk usage

This commit is contained in:
Mustafa İlhan 2019-01-12 21:43:58 +03:00
parent d184261ab0
commit 57540e6d64
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ Human Readable Format:
$ df -h $ df -h
### Display disk usage
Largest 10 folder/file in the current directory: Largest 10 folder/file in the current directory:
$ du -hsx * | sort -rh | head -10 $ du -hsx * | sort -rh | head -10