|
@ -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. |
|
|
|
|
|