Find files larger than 10 megabytes on a system.
find / -size +10M -print

Category: Linux Tags:
Linux: Use a command terminal, such as xterm or konsole.
Windows: Start > Run, type cmd.exe and press Enter for the command prompt.
Find files larger than 10 megabytes on a system.
