mirror of https://github.com/CrimsonTome/tldr.git
Removed two size examples.
parent
f04aed195e
commit
28dd5f4b99
|
@ -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'}}`
|
||||
|
|
Loading…
Reference in New Issue