Linux command
Find files larger than 100MB
文件
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Find files larger than 100MB
find . -type f -size +100M
说明
Useful Linux one-liner
FAQ
What is the find command used for?
Useful Linux one-liner
How do I run a basic find example?
Run `find . -type f -size +100M` in a terminal, then adjust file names, paths, flags, or remote targets for your system.