-R как я понял тут для другого
ctags и поддиректори?
Модератор: Модераторы разделов
-
pento
- Сообщения: 403
- ОС: Fedora 10
ctags и поддиректори?
Можно ли как-то заставить ctags сканировать не только диру, но и её поддиры
-R как я понял тут для другого
-R как я понял тут для другого
-
BlackStar
- Сообщения: 1338
- Статус: We are all Kosh
- ОС: Fedora 10
-
pento
- Сообщения: 403
- ОС: Fedora 10
Re: ctags и поддиректори?
(BlackStar @ Nov 16 2006, в 16:25) писал(а):Как раз -R (--recurse) сканирует поддиры.
Упс...видимо гоню...спасибо!
-
pento
- Сообщения: 403
- ОС: Fedora 10
Re: ctags и поддиректори?
Нет! не гоню...
На SuSE 9.3 - да, всё в порядке...
А на Ubuntu 6.06
ctags (standalone 22.0.50)
Copyright © 2006 Free Software Foundation, Inc. and Ken Arnold
This program is distributed under the same terms as Emacs
....
-R, --no-regex
Don’t do any more regexp matching on the following files.
May be freely intermixed with filenames and the --regex
option.

На SuSE 9.3 - да, всё в порядке...
А на Ubuntu 6.06
ctags (standalone 22.0.50)
Copyright © 2006 Free Software Foundation, Inc. and Ken Arnold
This program is distributed under the same terms as Emacs
....
-R, --no-regex
Don’t do any more regexp matching on the following files.
May be freely intermixed with filenames and the --regex
option.
-
diesel
- Бывший модератор
- Сообщения: 5989
- ОС: OS X, openSuSE, ROSA, Debian
Re: ctags и поддиректори?
--recurse[=yes|no]
Recurse into directories encountered in the list of supplied files.
If the list of supplied files is empty and no file list is speci‐
fied with the -L option, then the current directory (i.e. ".") is
assumed. Symbolic links are followed. If you don’t like these
behaviors, either explicitly specify the files or pipe the output
of find(1) into ctags -L- instead. Note: This option is not sup‐
ported on all platforms at present. It is available if the output
of the --help option includes this option. See, also, the
--exclude to limit recursion.
?