Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux find largest files only

sudo find / -xdev -type f -size +100M
Comment

find largest files in a directory unix

du -a /dir/ | sort -n -r | head -n 20.
Comment

PREVIOUS NEXT
Code Example
Shell :: linux ram size 
Shell :: install java in kali linux 
Shell :: The file will have its original line endings in your working directory 
Shell :: how to delete a package in ubuntu 
Shell :: rvm set default 
Shell :: Failed to restart apache2.service: Unit not found. 
Shell :: como actualizar node en ubuntu 
Shell :: how to find installed packages in ubuntu 
Shell :: firebase with react 
Shell :: command to install fish shell 
Shell :: restart ssh service mac 
Shell :: "python -m venv venv" 
Shell :: rman delete old archivelog 
Shell :: how to install react router 
Shell :: uninstall node from linux debian 
Shell :: how to install npm in ubuntu 
Shell :: Error loading webview 
Shell :: check application using port linux 
Shell :: compare two folders recursively linux 
Shell :: Failed to start cron.service: Unit not found. in centos7 
Shell :: install nodemon globally 
Shell :: install inkscape ubuntu 20.04 
Shell :: node-pre-gyp install --fallback-to-build --library=static_library 
Shell :: download torrent on ubuntu 
Shell :: install wheel 
Shell :: versão do meu linux 
Shell :: npm fix deprecated packages globally 
Shell :: install discord in ubunut 
Shell :: login without a password is forbidden by configuration (see allownopassword) ubuntu 
Shell :: git remove commit 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =