当前位置: 技术问答>linux和unix
ctags的用法 问题
来源: 互联网 发布时间:2017-02-27
本文导语: ctags -R * 是为整个 目录中 所有 子目录 的文件 都创建 索引的命令,但是 我用了 之后, 终端显示的是: ctags: skipping autom4te.cache: it is not a regular file. ctags: skipping cvs: it is not a regular file. ctags: skippi...
ctags -R * 是为整个 目录中 所有 子目录 的文件 都创建 索引的命令,但是 我用了 之后, 终端显示的是:
ctags: skipping autom4te.cache: it is not a regular file.
ctags: skipping cvs: it is not a regular file.
ctags: skipping include: it is not a regular file.
ctags: skipping libnetlink: it is not a regular file.
ctags: skipping src: it is not a regular file.
ctags: skipping inclusion of tags in self.
这是为什么呢?
还有, 我的程序中用到了许多 网络 编程中的结构体,我想将所有程序中include中的系统的头文件,也一起创建到ctags中,命令 应该怎么写呢??
ctags: skipping autom4te.cache: it is not a regular file.
ctags: skipping cvs: it is not a regular file.
ctags: skipping include: it is not a regular file.
ctags: skipping libnetlink: it is not a regular file.
ctags: skipping src: it is not a regular file.
ctags: skipping inclusion of tags in self.
这是为什么呢?
还有, 我的程序中用到了许多 网络 编程中的结构体,我想将所有程序中include中的系统的头文件,也一起创建到ctags中,命令 应该怎么写呢??
|
不会哦,我一直在kernel下面都可以用阿,那西目录都可以生成的
|
那些显示的是目录而已,目录是没办法穿件ctags的