Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check directory size linux

du -sh *
du -sh /directory
du -shx /directory 
Comment

check directory size

du -sh /home/george
Comment

check directory size linux

du -sh *
du -sh /directory
du -shx /directory 
Comment

how to check directory size in linux

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

PREVIOUS NEXT
Code Example
Shell :: install eclipse in ubuntu 
Shell :: how to get list of users in ubuntu 
Shell :: bash return last n characters from every line 
Shell :: set alias in powershell 
Shell :: git reset last commit keep changes 
Shell :: undo last commit git 
Shell :: nvm zsh command not found 
Shell :: wget download filename 
Shell :: get ORACLE_HOME linux 
Shell :: check space left in ubuntu terminal 
Shell :: install cmake debian 
Shell :: install code ubuntu 
Shell :: gradle threw an error while downloading artifacts from the network. retrying to download 
Shell :: bash rename files based on date modified 
Shell :: ubuntu set current timezone asia/kolkata 
Shell :: nestjs dockerfile 
Shell :: bash how many files in a directory 
Shell :: git delete unstaged files 
Shell :: linux install sass 
Shell :: setting sublimeREPL in linux 
Shell :: install docker on windows using powershell 
Shell :: bash if greater than 
Shell :: git display unrelated histories 
Shell :: install rbenv 
Shell :: npm install production only 
Shell :: git difftool meld 
Shell :: gitignore which rule 
Shell :: bluetooth linux protocol not available 
Shell :: generate patch file git 
Shell :: linux port 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =