fix argument

italian
Surkal 2018-04-26 16:50:21 +02:00 committed by Agniva De Sarker
parent c4e22b1575
commit 032dd82ce1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
- Find files using case insensitive name matching, of a certain size:
`find {{root_path}} -size {{+500k}} -size {{-10MB}} -iname '{{*.TaR.gZ}}'`
`find {{root_path}} -size {{+500k}} -size {{-10M}} -iname '{{*.TaR.gZ}}'`
- Delete files by name, older than 180 days: