Horje
find folder size in linux Code Example
how to check folder size in linux
# show all folder size in the current directory
du -h --max-depth=1
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
command to check size of folder in linux
du -lh --max-depth=1 --block-size=M | sort -nr
how to get the folder size in linux
du -sh folder/ 
find folder size in linux
df -sh .




Shell

Related
install openvpn access server on ubuntu Code Example install openvpn access server on ubuntu Code Example
Add an Existing User Account to a Group Code Example Add an Existing User Account to a Group Code Example
git config username and email vscode Code Example git config username and email vscode Code Example
pip install apache beam Code Example pip install apache beam Code Example
install elasticsearch ubuntu 20.04 Code Example install elasticsearch ubuntu 20.04 Code Example

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