差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版 前次修改 | |||
| find [2017/08/07 17:30] – jz | find [2017/10/17 19:47] (目前版本) – jz | ||
|---|---|---|---|
| 行 58: | 行 58: | ||
| < | < | ||
| $ find . -type f -name ' | $ find . -type f -name ' | ||
| + | </ | ||
| + | |||
| + | |||
| + | Find files that are bigger than 4096M | ||
| + | < | ||
| + | find . -type f -size +4096M | ||
| </ | </ | ||