Removed two size examples.

waldyrious/alt-syntax
Peter Tripp 2014-02-11 17:03:49 -08:00
parent f04aed195e
commit 28dd5f4b99
1 changed files with 1 additions and 3 deletions

View File

@ -18,6 +18,4 @@
- find files using case insensitive name matching, of a certain size
`find {{root_path}} -size +120k -iname {{'*.dOC'}}`
`find {{root_path}} -size -100M -iname {{'*.moV'}}`
`find {{root_path}} -size -1.2T -size +800G -iname {{'*.TaR.gZ'}}`
`find {{root_path}} -size +500k -size +10MB -iname {{'*.TaR.gZ'}}`