← Useful Tips
Linux / WSLLinux

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

  1. Open the relevant app or terminal.
  2. Use the shortcut or command above in the relevant context.
  3. 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

Related tips