aviaryan / utility-bash-scripts

🤓 Useful bash scripts to do automatable tasks with a single command
MIT License
419 stars 66 forks source link

Script to see Disk Usage #21

Closed d02d33pak closed 5 years ago

d02d33pak commented 5 years ago

{PR Description goes here}


I have checked the following requirements before making this PR.

aviaryan commented 5 years ago

Please resolve the conflicts. Also, if it can show other mounted drives as well, I think that would be better as people without Macs generally have multiple drives.


Btw, just realized the df command (without any parameters) already does that. Since df is much shorter than diskUsage and is decently meaningful (describe filesystem), I think we don't need this PR. Therefore, I will close this now. Maybe we should have a section to include commands like df which are simple to use and easy to remember.