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 :: docker remove tag 
Shell :: how to run eslint on the whole project 
Shell :: committed to wrong branch 
Shell :: give root permission to program linux 
Shell :: docker basic commands 
Shell :: how to install winetricks 
Shell :: tar compress powershell 
Shell :: install storybook react 
Shell :: how to pull remote branch into local branch 
Shell :: linux install nvm 
Shell :: grep find and show lines after 
Shell :: uninstall all requirements 
Shell :: git pull everything from development branch to feature branch 
Shell :: virtual host apache 
Shell :: set permanant environemt variable 
Shell :: git branch delete all local branches 
Shell :: rename all files in a folder with progressive numbers linux 
Shell :: how to still atom on ubuntu 
Shell :: unrachive .tar.gz 
Shell :: how to turn on hotspot on windows 10 
Shell :: install github cli debian 
Shell :: copy from master to branch 
Shell :: how to install pycharm on ubuntu 
Shell :: how to uninstall a package with yarn 
Shell :: rpm install google-chrome-stable in cmd 
Shell :: add and remove users in Linux 
Shell :: npm http server 
Shell :: find zombie process PID in linux 
Shell :: how to install atom on manjaro 
Shell :: git remote commands 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =