The ctags command doesn't recurse saying "it is not a regular file".

Posted by indiv on Stack Overflow See other posts from Stack Overflow or by indiv
Published on 2010-06-03T17:59:39Z Indexed on 2010/06/03 18:04 UTC
Read the original article Hit count: 301

Filed under:
|
|

When I run ctags -R *, I get errors saying that all directories are not regular files and it skips them instead of recursively generating tags for them.

ctags: skipping arpa: it is not a regular file.
ctags: skipping asm: it is not a regular file.
ctags: skipping asm-generic: it is not a regular file.
ctags: skipping bits: it is not a regular file.
ctags: skipping blkid: it is not a regular file.
ctags: skipping boost: it is not a regular file.

What is the problem?

© Stack Overflow or respective owner

Related posts about ctags

Related posts about etags