Horje
command to check size of folder 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
command to check size of folder in linux
du -lh --max-depth=1 --block-size=M | sort -nr
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
check folders sizes linux
du -sh -- *




Shell

Related
bash service list Code Example bash service list Code Example
chmod read only command in linux Code Example chmod read only command in linux Code Example
clone repo with personal access token Code Example clone repo with personal access token Code Example
split big file into smaller parts Code Example split big file into smaller parts Code Example
docker ps with ip Code Example docker ps with ip Code Example

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