Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu get folder size

du -hs /path/to/directory
Comment

ubuntu size in directory

du -hs /var/www/*

//with sort

du -hs /var/www/* | sort -n -r
Comment

ubuntu folder size

du -hs /path-to-directory
Comment

PREVIOUS NEXT
Code Example
Shell :: bash replace string 
Shell :: get path composer 
Shell :: remove mongo lock file from centos 7 
Shell :: how to check if I have sudo permission 
Shell :: docker why my container start on reboot 
Shell :: install docker ec2 
Shell :: npm install version 
Shell :: undo previous commit locally 
Shell :: Postman Collection Format v1 is no longer supported and can not be imported directly. You may convert your collection to Format v2 and try importing again. 
Shell :: vitejs tailwind 
Shell :: bash if larger than 
Shell :: git current branch 
Shell :: kafka confluent download 
Shell :: docker remove dangling images 
Shell :: chmod 777 command in linux 
Shell :: batch multiline command 
Shell :: how to install moment in vuejs 
Shell :: add more changes to same commit 
Shell :: how to create new repository in github 
Shell :: how to install xdebug 
Shell :: github actions set ssh key 
Shell :: git change rebase to merge 
Shell :: How to create or generate secret key for django 
Shell :: how to check what module pip has already install 
Shell :: tomcat shutdown script 
Shell :: uninstall npm package 
Shell :: node modules folder not getting ignore in git 
Shell :: Bluetooth problem Linux 
Shell :: list number of files in each folder linux 
Shell :: how to upgrade packages in ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =