From 28dd5f4b99f08aa70ffe7b5a06a08f34c3d9af67 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Tue, 11 Feb 2014 17:03:49 -0800 Subject: [PATCH] Removed two size examples. --- common/find.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/find.md b/common/find.md index d56ef8f9c3..5ed2a62fde 100644 --- a/common/find.md +++ b/common/find.md @@ -18,6 +18,4 @@ - find files using case insensitive name matching, of a certain size -`find {{root_path}} -size +120k -iname {{'*.dOC'}}` -`find {{root_path}} -size -100M -iname {{'*.moV'}}` -`find {{root_path}} -size -1.2T -size +800G -iname {{'*.TaR.gZ'}}` +`find {{root_path}} -size +500k -size +10MB -iname {{'*.TaR.gZ'}}`