关注

(12)
`find . -name "src" -type d`
`find . -path "*/test/*.python" -type f`
d: directory; f: file
`find . -mtime -1`
find all files modified in the last day
`find . -size +500k -size -10M -name '*.tar.gz'`
Find all zip files with size in range 500k to 10M

(13)
You can also use `find` to execute some commands:
`find . -name "*.tmp" -exec rm {}`
——我很好奇这个花括号是怎么用的。

(14)
tldr.sh/
tldr gives you examples of each flag of a shell command.

登录以加入对话
雾海

雾海是一个开放且不限制讨论主题的非营利性中文社区,名字来源于德国浪漫主义画家 Friedrich 的画作《雾海上的旅人》。生活总是在雾海中吞吐不定,不管怎么艰辛,他还是站在了这里!希望大家在这里玩的开心~