help-global
[Top][All Lists]
Advanced

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

Re: Avoid going through symbolic links


From: Shigio YAMAGUCHI
Subject: Re: Avoid going through symbolic links
Date: Mon, 23 Apr 2018 14:32:20 +0900

Hello,
You can ignore symbolic links for both files and directories
by the following command lines:

        find . -type f -print >gtags.files
        gtags

If you hope to ignore only symbolic links for directories,
then you can do it like follows:

        find . -print >gtags.files
        gtags

Please ignore gtags's warning messages.

In other words, all you can do with find can do with gtags.

Regards,
Shigio


2018-04-23 5:25 GMT+09:00 Sylvain <address@hidden>:
Hello there,

Is there a way to avoid descending into symbolic links ?
As far as I understand, gtags can either: (1) ignore dot files or (2) only include some files, but it cannot ignore files.

Regards,
S.S.


_______________________________________________
Help-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-global



--
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]