查看所有vimrc的相关文件:
locate --regexp
locate是基于一个数据库搜索,而不是基于文件系统
find搜索

find . -type f -exec ls -l hello '{}' ';' -print
别名
ln -s happygrep xxx
查看所有vimrc的相关文件:
locate --regexp
locate是基于一个数据库搜索,而不是基于文件系统
find搜索

find . -type f -exec ls -l hello '{}' ';' -print
别名
ln -s happygrep xxx
906
1662
3684
6570

被折叠的 条评论
为什么被折叠?