Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

shell get size of directory

du -h your_directory
# gives you the size of your target directory.
du -hcs your_directory
# If you want a brief output.
Comment

bash folder size

du -hs /Path/to/your/folder
Comment

bash see size of directory

# returns the size of all content inside the directory

du -hs /path/to/folder
Comment

PREVIOUS NEXT
Code Example
Shell :: Cannot make for rpm, the following external binaries need to be installed: rpmbuild 
Shell :: docker container name 
Shell :: bash home 
Shell :: how to upgrade terraform v0.13 on mac 
Shell :: nslookup all dns entries 
Shell :: wsl --install 
Shell :: search in history command windows 
Shell :: flutter : command not found 
Shell :: changing master to main 
Shell :: composer install debian 
Shell :: bash random sleep 
Shell :: ! [remote rejected] main - main 
Shell :: linux count files in subdirectories 
Shell :: loop over file bash 
Shell :: ionic capacitor splash screen generator 
Shell :: cancel rebase git 
Shell :: ubuntu dns config 
Shell :: install docker in ubuntu 
Shell :: update pyinstaller 
Shell :: how to remove a non empty directory in linux 
Shell :: remove a package ubuntu 
Shell :: sbt build command 
Shell :: https://git-lfs.github.com/ 
Shell :: terminal remove files starting with 
Shell :: tar file linux 
Shell :: linux mv all folder to previous folder 
Shell :: git add all except one file 
Shell :: sound and video on cards will not function until mpv or mplayer is installed 
Shell :: git push u origin master 
Shell :: kubernetes shell into pod 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =