Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Do we need to provide "+1000000c" -- "c" along with bytes ? Commented Oct 25, 2019 at 17:51
  • @Ravi That is how you say 1 MB with standard find. GNU find may well understand -size +1M, as would find on e.g. macOS (but 1M actually means 1 MiB with these implementations, i.e. units of powers of 2 bytes rather than of powers of 10 bytes). Commented Oct 25, 2019 at 19:41