From 58a46978b8374de98761284cc0847bb6c5a225fb Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Tue, 11 Feb 2014 17:05:41 -0800 Subject: [PATCH] Find.md sign switch. --- common/find.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/find.md b/common/find.md index 5ed2a62fde..98e8f9590f 100644 --- a/common/find.md +++ b/common/find.md @@ -18,4 +18,4 @@ - 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 -10MB -iname {{'*.TaR.gZ'}}`