← Useful Tips
find . -type f -size +100M: Find files larger than 100 MB
Use find . -type f -size +100M to find files larger than 100 MB. It is especially handy when you live in terminals and repeat long commands.
find . -type f -size +100M
Why it helps
Use find . -type f -size +100M to find files larger than 100 MB. It is especially handy when you live in terminals and repeat long commands.
How to use it
- Open the relevant app or terminal.
- Use the shortcut or command above in the relevant context.
- Check the result; for commands that change data, test on a small example first.
People also search for
find . -type f -size +100M: Find files larger than 100 MBfind . -type f -size +100Mfind files larger than 100 mbhow to find files larger than 100 mbLinux / WSL find files larger than 100 mb