From 0e7d40d25d730f22b4f71a2f750683af4b61a70b Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 5 Oct 2020 14:52:21 +0300 Subject: [PATCH] fine and grep 1 --- find/2_Combine_find_and_grep_with_exec/codehelp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/find/2_Combine_find_and_grep_with_exec/codehelp b/find/2_Combine_find_and_grep_with_exec/codehelp index 7135d42..ad5ee11 100644 --- a/find/2_Combine_find_and_grep_with_exec/codehelp +++ b/find/2_Combine_find_and_grep_with_exec/codehelp @@ -26,12 +26,9 @@ The -size switch explained: to the behaviour of -ls. -Notice the + after the size switch. +Notice the _+,-_ after the size switch. try find /usr/share -name "*.py" -type f -size -10000c -executable -exec grep -Hnsw "return" {} \; - - -Notice the - after the size switch.