Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] search patterns in less(1)
Date: Fri, 19 Jul 2019 15:28:28
Message-Id: 06a046c3-9f35-b8ab-7792-d51aa1500324@gentoo.org
In Reply to: Re: [gentoo-user] search patterns in less(1) by n952162
1 On 7/19/19 2:40 AM, n952162 wrote:
2 > The man page says:
3 >
4 >   The pattern is a regular expression, as recognized by
5 >               the regular expression library supplied by  your system
6 >
7 > There are many regular expression libraries on my system.
8 >
9
10 You caught me, I did
11
12 $ ldd /usr/bin/less
13 linux-vdso.so.1 (0x00007fffb1ea9000)
14 libncursesw.so.6 => /lib64/libncursesw.so.6 (0x00007fce26a12000)
15 libpcre.so.1 => /lib64/libpcre.so.1 (0x00007fce269cc000)
16 libc.so.6 => /lib64/libc.so.6 (0x00007fce267fc000)
17 /lib64/ld-linux-x86-64.so.2 (0x00007fce26ae5000)
18
19 and saw libpcre in there.

Replies

Subject Author
Re: [gentoo-user] search patterns in less(1) Michael Orlitzky <mjo@g.o>