1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 14:06:00 +02:00

fix argument

This commit is contained in:
Surkal 2018-04-26 16:50:21 +02:00 committed by Agniva De Sarker
parent c4e22b1575
commit 032dd82ce1

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: