Horje
linux sort folders by size Code Example
ubuntu du sort by dir size
du -Sh /path/to/dir | sort -rh | head -20
linux sort folders by size
du -sh -- *  | sort -rh  # Files and directories, or
du -sh -- */ | sort -rh  # Directories only




Shell

Related
cur script location bash Code Example cur script location bash Code Example
bash display items in array Code Example bash display items in array Code Example
The command 'docker' could not be found in this WSL 1 distro Code Example The command 'docker' could not be found in this WSL 1 distro Code Example
linux decode base64 terminal Code Example linux decode base64 terminal Code Example
bash if then else one line Code Example bash if then else one line Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14