Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux sort folders by size

du -sh -- *  | sort -rh  # Files and directories, or
du -sh -- */ | sort -rh  # Directories only
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall imagemagick ubuntu 
Shell :: manjaro clean up disk space 
Shell :: Job for mongod.service failed because the control process exited with error code. See "systemctl status mongod.service" and "journalctl -xeu mongod.service" for details. 
Shell :: linux list files by size mb 
Shell :: yarn install global 
Shell :: download filezilla in ubuntu 
Shell :: run redis-server in background 
Shell :: Please install all available updates for your release before upgrading. 
Shell :: check if nginx is running 
Shell :: nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied) 
Shell :: zoom repository ubuntu 
Shell :: linux which process is using a port 
Shell :: conda install nodejs 
Shell :: how to run requirements.txt in python 
Shell :: adb clear app data 
Shell :: cocoapods not installed flutter mac 
Shell :: ubuntu install imagemagick 
Shell :: bash script create file if not exist 
Shell :: Error loading MySQLdb module. 
Shell :: Error starting userland proxy: listen tcp4 0.0.0.0:8080: bind: address already in use 
Shell :: mui install 
Shell :: how to uncommit my last commit in git 
Shell :: how to install viber on ubuntu 
Shell :: get git username and email 
Shell :: conda pyinstaller 
Shell :: install qwebengineview pyqt5 
Shell :: macos install chromium 
Shell :: prevent duplicate history line on bash history 
Shell :: docker compose no cache 
Shell :: how to kill tasks using grep 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =