diff --git a/linux.md b/linux.md index 23b9f7b36..a47efbd91 100644 --- a/linux.md +++ b/linux.md @@ -24,6 +24,8 @@ Human Readable Format: $ df -h +### Display disk usage + Largest 10 folder/file in the current directory: $ du -hsx * | sort -rh | head -10