Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find large files linux

sudo find /your/path -xdev -type f -size +1000M

or use the graphical analyser "filelight"
Comment

find large files in ubuntu

sudo du -a /your_dir/ | sort -n -r | head -n 20
Comment

PREVIOUS NEXT
Code Example
Shell :: How to generate RSA private key and public key with openssl 
Shell :: ubuntu command history 
Shell :: terminal zip 
Shell :: awk get second column from command output 
Shell :: install pecl on mac 
Shell :: kill port mac 
Shell :: ubuntu echo create file 
Shell :: how to screenshot ubuntu 20.04 
Shell :: raspberry add-apt-repository command not found 
Shell :: Exception: Error running pod install flutter on iod 
Shell :: settings not showing in ubuntu 
Shell :: bash for loop one line 
Shell :: get a list of all nuget packages used in a solution 
Shell :: keep sudo on 
Shell :: launch emulator from terminal 
Shell :: ConfigurationError: The "dnspython" module must be installed to use mongodb+srv:// URIs 
Shell :: How to restart a service with systemctl command 
Shell :: linux find text in pdf file 
Shell :: where to find .bashrc on mac 
Shell :: create a ssh key 
Shell :: pip install bs4 pip install --trusted-host files.pythonhosted.org --trusted-host pypi.org --trusted-host pypi.python.org 
Shell :: PHP Fatal error: Uncaught Error: Call to undefined function MoontoastMathcadd() in /var/www/html/sms-reporting-portal/vendor/moontoast/math/src/Moontoast/Math/BigNumber.php:506 
Shell :: gitkraken gragh empty 
Shell :: copy terminal preferences from one computer to another ubuntu 
Shell :: how to install insomnia in ubuntu 
Shell :: sticky notes for ubuntu 20.04 
Shell :: format flashdisk terminal 
Shell :: wsl convert to wsl2 
Shell :: create tar file appwrite 
Shell :: powershell get type of variable 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =