Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

command line calculate folder size

du -sh /directory/path
Comment

command line size of directory

# The -s flag will insure that each specific entry is calculated, 
# and the -h flag will make the output in human readable size format
du -sh /directory/path
Comment

size folder command line

du -h /path/to/folder/
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell convert to json 
Shell :: crosh 
Shell :: how to remove a software from linux 
Shell :: git move branch to previous commit 
Shell :: macbook gestures stopped working 
Shell :: PowerShell command list software windows server 2016 
Shell :: git branch from current branch 
Shell :: install sublime text on ubuntu 20.04 
Shell :: ubuntu usb drive format 
Shell :: ubuntu run a shell script 
Shell :: gradle git bash terminal weird characters 
Shell :: push to github from terminal 
Shell :: bash change file extension 
Shell :: what is the ssh credentials for minikube 
Shell :: How do I make a Git commit in the past 
Shell :: pushing existing project to github 
Shell :: nginx block post files 
Shell :: suicide linux 
Shell :: aos animate install 
Shell :: scp file download 
Shell :: loops in shell script 
Shell :: apt get update upgrade linux 
Shell :: docker setup 
Shell :: linux format disk fat32 
Shell :: bash add all numbers 
Shell :: ssh server windows 11 
Shell :: node ffmpeg 
Shell :: open directory windows command 
Shell :: command to stop docker 
Shell :: git clone private repo 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =