Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to get the size of directory in linux

du -sh /var
Comment

how to get directory size in linux

du -h --max-depth=1 /directory
du -sh *
du -sh /directory
du -shx /directory
Comment

how to get directory size in linux

du -a / | sort -n -r | head -n 10
5351116 /
2462616 /usr
2153492 /home
2153472 /home/george
1571924 /usr/lib
Comment

PREVIOUS NEXT
Code Example
Shell :: forever command not found 
Shell :: stop localhost port 
Shell :: install perl ubuntu 
Shell :: install discord in ubunut 
Shell :: install postcss 
Shell :: remove home icon ubuntu 
Shell :: git untrack file 
Shell :: mac os uninstall oh my zsh 
Shell :: how to upgrade to ubuntu 22.04 
Shell :: obs manjaro install 
Shell :: django-cors-headers 
Shell :: ubuntu stop php 
Shell :: docker hello world 
Shell :: install scapy 
Shell :: clear cache credential git 
Shell :: how to install virtualenv in ubuntu 
Shell :: make all files in directory executable 
Shell :: linux ip forwarding 
Shell :: stop process running on port 
Shell :: pip install hand tracking module 
Shell :: start elasticsearch service ubuntu 
Shell :: pyserial installing 
Shell :: install vmware tools ubuntu 
Shell :: uninstall genymotion linux 
Shell :: brew update git 
Shell :: git -u flag 
Shell :: conda install lightgbm 
Shell :: uninstall cordova plugin 
Shell :: nx: command not found 
Shell :: nvm: Cannot uninstall currently-active node version, v14.14.0 (inferred from node). 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =