Ver Fonte

find: fix -mtime example (#1625)

Tan Shuai há 7 anos atrás
pai
commit
abaabe35ca
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/common/find.md

+ 1 - 1
pages/common/find.md

@@ -24,7 +24,7 @@
 
 - Delete files by name, older than a certain number of days:
 
-`find {{root_path}} -name '{{*.ext}}' -mtime {{-180}} -delete`
+`find {{root_path}} -name '{{*.ext}}' -mtime {{+180}} -delete`
 
 - Find files matching more than one search criteria: