pass find includes symlinks

Cong Ma cong.ma at obspm.fr
Sun Apr 15 06:58:27 CEST 2018


On 14/04/2018 10:50, sergio wrote:
> % pass find linux
> Search Terms: linux
> ├── IT
> │   └── linux.org.ru
> ├── outerface
> │   ├── ap1.boo -> ap
> │   ├── ap1 -> ap
> │   ├── ap2.boo -> ap
> │   └── ap2 -> ap
> └── shops
>     ├── amazon.ca -> amazon
>     ├── amazon.co.uk -> amazon
>     ├── amazon.com -> amazon
>     ├── amazon.de -> amazon
>     ├── ebay.ca -> ebay
>     ├── ebay.co.uk -> ebay
>     ├── ebay.com -> ebay
>     └── ebay.de -> ebay

This appears to be a bug in the `tree' program used by `password-store'.
When the `-l' option is specified in the cmdline of `tree', the bug is
triggered.

The intended result of `-l' is to follow symlinks into directories.
However, it appears that, at least when used with `-P' (pattern
matching), `-l' causes `tree' to dump all symlinks.


More information about the Password-Store mailing list