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 :: ubuntu large text 
Shell :: Skype Downlaod Command. 
Shell :: linux bash command to clean up log files 
Shell :: uninstall node using n 
Shell :: git syntax 
Shell :: install openvino ubuntu 
Shell :: ubuntu start pycharm 
Shell :: bash script getopts no argument 
Shell :: cmd find file dir 
Shell :: git remove file from gitignore 
Shell :: bash read file into variable 
Shell :: kubeadm print join command 
Shell :: add user to sudo 
Shell :: install opencv raspberry pi 
Shell :: sequelize installation 
Shell :: How to install npm in centos 
Shell :: compress folder ubutnu 
Shell :: How to remove docker.io from Ubuntu? 
Shell :: how to remove user from the group 
Shell :: how to both add and commit in git 
Shell :: how to make git commit in the past 
Shell :: slugify npm 
Shell :: zinit 
Shell :: count number of lines in directory linux 
Shell :: leap year program in shell 
Shell :: git rm cached 
Shell :: How to create a Python virtual environment using pipenv 
Shell :: install brave on arch 
Shell :: xcode open from terminal 
Shell :: break line in md file 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =