Horje
show directory size linux Code Example
how to check folder size in linux
# show all folder size in the current directory
du -h --max-depth=1
check folder sizes linux
du -h --max-depth=1
show directory size linux
du -sh /home/george
2.1G    /home/george
how to get the folder size in linux
du -sh folder/ 
find folder size in linux
df -sh .
get folder size linux
#This shows you the folder size in human readable format

sudo du -sh /folder
Source: linuxize.com




Shell

Related
git commit back in time Code Example git commit back in time Code Example
set sublime text as git editor Code Example set sublime text as git editor Code Example
centos install nslookup Code Example centos install nslookup Code Example
how to close a port mac Code Example how to close a port mac Code Example
install vinagre ubuntu Code Example install vinagre ubuntu Code Example

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