find all big files on a machine ubuntu code example Example: find large files in ubuntu sudo du -a /your_dir/ | sort -n -r | head -n 20