Find large files / directories on Linux

Find the file

Specify the lower limit of directory and file size (ex. 500M).

find {directory} -size +{file size} | xargs ls -lh | sort -rn

Find directory

du {directory} -h -d 1 | sort -h

Recommended Posts

Find large files / directories on Linux
How to find large files on Linux
Find files like find on linux in Python
Linux: files and directories
Linux (about files and directories)
Search for large files on Linux from the command line
Organize files on Windows with Linux commands-using WSL-
One-liner to create a large number of test files at once on Linux
Daemonizing processes on Linux
jblas on Arch Linux
Maintain directory structure on Linux and move old files
Linux (WSL) on Windows
Union Find on networkX
Sort large text files
Develop .NET on Linux
Wake on lan on Linux
Monitor traffic on Linux
Update vscode on linux
Try NeosVR on Linux
Wget files on OneDrive
Check capacity on Linux
LiveUSB creation on Linux
Linux operation on Win10
Find the most F-word commit on Linux (git and later)
NTP configuration memo on Linux
Install Minecraft on Arch Linux
Downgrade Mcomix on Arch Linux
About LINUX files and processes
Monitor disk usage on Linux
Use Github Desktop on Linux
Install the JDK on Linux
Elixir = Comfortable on Linux Mint
Recording and playback on Linux
Check TTL on Linux router
Read core voltage on Linux
Put jenv on Amazon Linux
Easy df command on Linux
Linux on Windows -1-: debian introduction
Install tomcat 5.5 on Amazon Linux.
Introducing Elixir on Linux Mint
Use sshpass on Amazon linux2
Install Homebrew on Amazon Linux 2
Paste the link on linux
Install strongSwan 5.9.1 on Amazon Linux 2
Linux environment construction (on WSL environment)
Run FreeBSD on Linux + qemu
Use Linux on Windows 10 (WSL2)
Edit files directly on Linux with Visual Studio Code Remote SSH