diff --git a/pages/linux/du.md b/pages/linux/du.md index f09b561763..c779fd539d 100644 --- a/pages/linux/du.md +++ b/pages/linux/du.md @@ -6,9 +6,12 @@ `du -sh {{file/directory}}` -- List file sizes of a directory and any subdirectories in KB/MB: +- List file sizes of a directory and any subdirectories in KB: `du -k {{file/directory}}` + +- List file sizes of a directory and any subdirectories in MB: + `du -m {{file/directory}}` - Get recursively, individual file/folder sizes in human readable form: