差異處
這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 | |||
find [2017/08/07 17:30] jz |
find [2017/10/17 19:47] (目前版本) jz |
||
---|---|---|---|
行 58: | 行 58: | ||
<code> | <code> | ||
$ find . -type f -name '*.c' -exec grep -n 'rsa' {} + | $ find . -type f -name '*.c' -exec grep -n 'rsa' {} + | ||
+ | </code> | ||
+ | |||
+ | |||
+ | Find files that are bigger than 4096M | ||
+ | <code> | ||
+ | find . -type f -size +4096M | ||
</code> | </code> |