From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922 Description of problem: find -size 10M command is not working. Rather than above find -size 10240k command working, amazing thing is that when i man the find command it support megabytes and gigabytes, but giving me the error. find -size 10M find: invalid -size type `M'. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.dd if=/dev/urandom of=10megfile.dat bs=1024 count=10240 2. find -size 10M 3. find: invalid -size type `M' Actual Results: find: invalid -size type `M' Additional info:
Thank you for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. Please choose a more specific summary in the future. *** This bug has been marked as a duplicate of 149176 ***