diff --git a/pages/common/find.md b/pages/common/find.md index e60b86a5a..c90af6121 100644 --- a/pages/common/find.md +++ b/pages/common/find.md @@ -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: