Browse Source

fine and grep 1

master
zeus 4 years ago
parent
commit
0e7d40d25d
  1. 5
      find/2_Combine_find_and_grep_with_exec/codehelp

5
find/2_Combine_find_and_grep_with_exec/codehelp

@ -26,12 +26,9 @@ The -size switch explained:
to the behaviour of -ls. to the behaviour of -ls.
Notice the + after the size switch. Notice the _+,-_ after the size switch.
try try
find /usr/share -name "*.py" -type f -size -10000c -executable -exec grep -Hnsw "return" {} \; find /usr/share -name "*.py" -type f -size -10000c -executable -exec grep -Hnsw "return" {} \;
Notice the - after the size switch.

Loading…
Cancel
Save