grep -i -n posix text.mm
Recursively print all file names in the current directory
and below, but skipping SCCS directories:
Recursively print all file names in the current directory
and below, skipping the contents of SCCS directories, but
printing out the SCCS directory name:
example% find . -print -name SCCS -prune
解决查找当前目录下以及所有子目录下的文件