Finding files via their size
I've read a bit the 'man find' and understood that I can use -size 100k if I want to find files that are about 100k big. But I want to find files ~at least~ 100k big. How should I write the expression then? I didn't catch that in the manual.
|