Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find bigger file on linux centos

du -a -h /path | sort -h -r | head -n 10

OR

du -hs * | sort -rh | head -5
Comment

PREVIOUS NEXT
Code Example
Shell :: how to check if helm is installed 
Shell :: docker prune 
Shell :: get data from json array in mysql 
Shell :: requiring unknown module "1" 
Shell :: github create branch from issue 
Shell :: postgresql cli first time 
Shell :: kubectl cheat sheet 
Shell :: homebrew install sass 
Shell :: wsl2 ubuntu 
Shell :: ufw allow port from ip 
Shell :: break line echo 
Shell :: git delete remote name 
Shell :: install homebrew on linux 
Shell :: Count files and directories using shell script 
Shell :: postgres setup Linux Debian 
Shell :: Sublime Text install Ubuntu/Debian 
Shell :: install npm colors 
Shell :: conda install regex 
Shell :: xampp ubuntu 
Shell :: ubuntu console png to pdf 
Shell :: nohup redirect output 
Shell :: terminal copy to clipboard linux 
Shell :: mac address in linux 
Shell :: how to install git in ubuntu ? 
Shell :: git commit example 
Shell :: ssh server freebsd 
Shell :: how to remove sensitive data from github history 
Shell :: set muiltiple ssh keys for different github accounts on one computer 
Shell :: conda install line_profiler 
Shell :: add sudo user centos server group 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =