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 slurm show running jobs 
Shell :: .gitignore file not ignoring the file 
Shell :: error while installing psycopg2 on ubuntu 20.04 
Shell :: how to install flask_sqlalchemy 
Shell :: restart lampp command 
Shell :: ffmpeg webm to mp4 
Shell :: conda install scikit-learn 
Shell :: rxjs_1.lastValueFrom is not a function 
Shell :: ubuntu stop php 
Shell :: magento bin install 
Shell :: mac httpd stop 
Shell :: how to know my ros version 
Shell :: tqdm install 
Shell :: centos see user list 
Shell :: pip install django-heroku error 
Shell :: install es_core_news_sm 
Shell :: pip command to install xlrd version 1.2.0 
Shell :: how to download workbench for linux 
Shell :: conda install pyaudio 
Shell :: remove file extension bash 
Shell :: how to uninstall vscode in ubuntu 
Shell :: pip install chromedriver 
Shell :: bash unzip all files 
Shell :: serial key aida 64 
Shell :: touchpad scroll not working lenovo ubuntu 20.04 
Shell :: grep docker logs 
Shell :: install traceroute ubuntu 18.04 
Shell :: purge apache 2 
Shell :: check ip address mac 
Shell :: git credentials 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =