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