Forrest logo
back to the find tool

find:ai:2c433

How to find very big files?
$ find ${directory} -type f -size +100M
try on your machine

This command will find all files bigger than 100 megabytes in the specified directory.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • How to find very big files?
back to the find tool