Find disk usage of a folder and sort by size
Shaikh Al Amin

Shaikh Al Amin @shaikhalamin

About: Senior Software Engineer | Frontend Specialist | Laravel, Express,React

Location:
Dhaka
Joined:
Oct 9, 2020

Find disk usage of a folder and sort by size

Publish Date: Dec 20 '23
0 0

To check the total os disk info:

df -h
Enter fullscreen mode Exit fullscreen mode

*To sort the folder usage and sort by size: *

du -h --time /home/production-env/apps/[your_foldername]/archives | sort -h
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment