差異處
這裏顯示兩個版本的差異處。
| 兩邊的前次修訂版 前次修改 下次修改 | 前次修改 | ||
| find [2016/09/10 02:17] – jz | find [2017/10/17 19:47] (目前版本) – jz | ||
|---|---|---|---|
| 行 54: | 行 54: | ||
| Note that files that have been " | Note that files that have been " | ||
| + | |||
| + | To show the file name with grep. | ||
| + | < | ||
| + | $ find . -type f -name ' | ||
| + | </ | ||
| + | |||
| + | |||
| + | Find files that are bigger than 4096M | ||
| + | < | ||
| + | find . -type f -size +4096M | ||
| + | </ | ||