Locate large files with size filters.
Section: Searching and Pattern Matching
Find files by size
bash
bash
find / -type f -size +500M 2>/dev/nullExplanation
Useful in disk pressure incidents.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Searching and Pattern Matching