Horje
get folder 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
size of folder linux
sudo du -sh /path/to/folder
Source: linuxize.com
how to get the size of directory in linux
du -sh /var
Source: linuxize.com
show directory size linux
du -sh /home/george
2.1G    /home/george
get folder size linux
#This shows you the folder size in human readable format

sudo du -sh /folder
Source: linuxize.com




Shell

Related
bash remove directory Code Example bash remove directory Code Example
How to replace a string in multiple files in linux command line Code Example How to replace a string in multiple files in linux command line Code Example
remove sudo from folder Code Example remove sudo from folder Code Example
how know linux version Code Example how know linux version Code Example
how is linux Code Example how is linux Code Example

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