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 ::  
::  
::  
::  
::  
::  
:: git submodules pull 
Shell ::  
Shell ::  
:: set username git 
::  
:: gitigore rm cache 
Shell ::  
Shell ::  
::  
::  
::  
::  
::  
::  
::  
::  
::  
:: how to check kernel version in linux 
::  
::  
:: enable setting in ubuntu 
Shell ::  
::  
ADD CONTENT
Topic
Content
Source link
Name
7+4 =