mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 22:45:59 +02:00
fix argument
This commit is contained in:
parent
c4e22b1575
commit
032dd82ce1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
- Find files using case insensitive name matching, of a certain size:
|
- 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:
|
- Delete files by name, older than 180 days:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue