bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC] new --skip-symlink option for Gtags(1)


From: Shigio YAMAGUCHI
Subject: [RFC] new --skip-symlink option for Gtags(1)
Date: Wed, 30 May 2018 16:54:50 +0900

Hello,
Last month, a question was posted to the help mailing list.
Here is the question:

> Is there a way to avoid descending into symbolic links ?

It can be realized with find(1) + gtags, but it is not simple.

How about adding the following option?

--skip-symlink[=type]

        Skip symbolic links. If type is 'f' then skip only symbolic links
        for file, else if 'd' then skip only symbolic links for directory.
        The default value of type is 'a' (skip all symbolic links).

Is this a correct way to do that?
Is there any problem?

Thank you in advance.

Regards,
Shigio

--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: 
26F6 31B4 3D62 4A92 7E6F  1C33 969C 3BE3 89DD A6EB

reply via email to

[Prev in Thread] Current Thread [Next in Thread]