由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - ctags question
相关主题
root file system 和kernel有什么不一样吗?gnome下面如何该一类文件的icon?
ubuntu下怎么sync and backup files ?Linux 下PHP是否可以取得windows Active Directory
什么file server 值得推荐? (转载)怎么搞个简单的虚拟机?
ask one command in ubuntu何种软件可以帮助生成文件目录结构图?
想装cscope,不想用ctags了这个可能是什么问题
cvs , svn, git 差不多吧how to copy one file into another?
A simple Bash question about changing directorySamba4 includes full Active Directory schema
问个关于find 的问题rsync 20G的home directory要多长时间
相关话题的讨论汇总
话题: ctags话题: directory话题: file话题: warning话题: cpp
进入Linux版参与讨论
1 (共1页)
r**m
发帖数: 1825
1
why this doesn't work?
$ ctags -R *.h *.cpp
ctags: Warning: cannot open source file "*.h" : No such file or directory
ctags: Warning: cannot open source file "*.cpp" : No such file or directory
S*A
发帖数: 7142
2
because you don't have *.h in the current directory.
Most likely you want
ctags -R .

directory

【在 r**m 的大作中提到】
: why this doesn't work?
: $ ctags -R *.h *.cpp
: ctags: Warning: cannot open source file "*.h" : No such file or directory
: ctags: Warning: cannot open source file "*.cpp" : No such file or directory

r**m
发帖数: 1825
3
It looks like it is because of the default ctags in Mac,
once I installed the Exuberant Ctags version of ctags, everything works.

【在 S*A 的大作中提到】
: because you don't have *.h in the current directory.
: Most likely you want
: ctags -R .
:
: directory

1 (共1页)
进入Linux版参与讨论
相关主题
rsync 20G的home directory要多长时间想装cscope,不想用ctags了
how to rename files -- waiting on linecvs , svn, git 差不多吧
能MV/CP但不能执行A simple Bash question about changing directory
autocompletion in Bash问个关于find 的问题
root file system 和kernel有什么不一样吗?gnome下面如何该一类文件的icon?
ubuntu下怎么sync and backup files ?Linux 下PHP是否可以取得windows Active Directory
什么file server 值得推荐? (转载)怎么搞个简单的虚拟机?
ask one command in ubuntu何种软件可以帮助生成文件目录结构图?
相关话题的讨论汇总
话题: ctags话题: directory话题: file话题: warning话题: cpp