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 :: flutter avdmanager is missing from the android sdk 
Shell :: disable cloud-init ubuntu 
Shell :: git error needs merge 
Shell :: git remove las remotet commit 
Shell :: how to install tor browser in kali 
Shell :: phpmyadmin ubuntu symlink 
Shell :: linux speed test 
Shell :: how to delete a remote branch in git 
Shell :: how to pull submodules git 
Shell :: install latest node on centos 
Shell :: conda install selenium 
Shell :: set username git 
Shell :: kde connect on ubuntu 
Shell :: ubuntu dconf editor install 
Shell :: remove docker snap 
Shell :: install gnome tweak tool terminal 
Shell :: ssh permissions too open 
Shell :: ifconfig command not found 
Shell :: install webpack 
Shell :: see my dns server linux 
Shell :: uninstall vue from my system 
Shell :: macos install yarn 
Shell :: Install Helm Windows PowerShell 
Shell :: colab unzip tar.gz 
Shell :: install sudo 
Shell :: apache2 does not start xampp mac 
Shell :: bash remove empty line 
Shell :: powershell foreach line in file read line 
Shell :: ! [rejected] master - master (fetch first) 
Shell :: update nextjs to last version 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =