|
|
Case insensitive search in man pages
Is it possible to do case insensitive search in man pages?
I can press, 'v' to get into the editor and then search after setting,
":set ignorecase'. Is there any direct way of achieving it?
|
|
0
|
|
|
|
Reply
|
qazmlp1209
|
10/3/2004 7:03:45 AM |
|
qazmlp1209@rediffmail.com (qazmlp) writes:
> Is it possible to do case insensitive search in man pages?
> I can press, 'v' to get into the editor and then search after setting,
> ":set ignorecase'. Is there any direct way of achieving it?
/[Ff][Oo][Oo]
/[Bb][Aa][Rr]
.... or maybe not.
--
M�ns Rullg�rd
mru@mru.ath.cx
|
|
0
|
|
|
|
Reply
|
iso
|
10/3/2004 7:10:53 AM
|
|
In article <db9bbf31.0410022303.68806351@posting.google.com>,
qazmlp1209@rediffmail.com (qazmlp) wrote:
> Is it possible to do case insensitive search in man pages?
> I can press, 'v' to get into the editor and then search after setting,
> ":set ignorecase'. Is there any direct way of achieving it?
Set:
PAGER=less
LESS=i
in your environment. See less(1) for more details.
- jonathan
|
|
0
|
|
|
|
Reply
|
Jonathan
|
10/3/2004 7:11:56 AM
|
|
Jonathan Adams wrote:
> In article <db9bbf31.0410022303.68806351@posting.google.com>,
> qazmlp1209@rediffmail.com (qazmlp) wrote:
>
>
>>Is it possible to do case insensitive search in man pages?
>>I can press, 'v' to get into the editor and then search after setting,
>>":set ignorecase'. Is there any direct way of achieving it?
>
>
> Set:
> PAGER=less
> LESS=i
>
> in your environment. See less(1) for more details.
>
> - jonathan
If you have a modern "more" you can get the same effect by setting
MORE=-i
--
M.Biswas
|
|
0
|
|
|
|
Reply
|
Mohun
|
10/3/2004 1:23:35 PM
|
|
2004-10-03, 00:11(-07), Jonathan Adams:
[...]
> PAGER=less
> LESS=i
>
> in your environment. See less(1) for more details.
[...]
You can also toggle case sensitivity within less by typing "-i"
(minus, then "i").
Other pagers that support case insensitive search: most, w3m
--
Stephane
|
|
0
|
|
|
|
Reply
|
Stephane
|
10/4/2004 6:48:03 AM
|
|
|
4 Replies
596 Views
(page loaded in 0.072 seconds)
Similiar Articles: Determine number of open files and/or open file locks - comp.sys ...Read the man page to find the right flag for it, I believe it is -r but I am not sure. ... Opening a file with case-insensitive name - comp.lang.perl.misc ... Determine number ... Can't connect to local MySQL server through socket '/var/mysql .../usr/local/mysql/bin/mysqladmin gets a canned man page. Default options are read ... file system for /usr/local/mysql-5.1.40-osx10.5-powerpc-64bit/data/ is case insensitive ... Syntax Error In Select Where Query - comp.databases.btrieve ...Hi, I'm trying to execute a Select query with a Where clause in a JSP page and ... you issue the query select b from x;you will see something like: B ... case insensitive ... New nameserver in resolv.conf doesn't work - comp.sys.hp.hpux ...With your file, second server is used only if first one do not reply within x seconds (default value can be changed, see man pages: bind,...) In this case, both name ... PDFBox in .NET - comp.text.pdfFrom akadelski's code, he is using VB.NET. VB.NET, being case-insensitive, *cannot* be ... When you add a bookmark in Firefox, it will automatically use the web page ... C2 security - getprpw and modprpw for trusted systems - comp.sys ...I understand that was the case with 10.2+ and 11.00. However, 11i and above come with well documented man pages on those commands so what gives? Solaris 10, GRUB: Howto add a menue entry to boot from CDROM ...I did not find infos about this in the man page and the original documentation for grub says "(cd ... 24 hours in a day, 24 beers in a case. www.martin-bock.de ... Simply open a file using a variable - comp.lang.rubyOpening a file with case-insensitive name - comp.lang.perl.misc ... Simply open a file using ... comp.lang ..... assuming after I clicked the link from the opening page the ... logical AND and OR with grep? - comp.os.linux.misc> > Do you know how to do it (with awk) case insensitive? Sorry.. too many years have passed..and I sold my sed awk and grep o'reilly :-) synchronous interprocess communication - comp.unix.programmer ...I know that such a communication will reduce performance, but that doesn't matter in this case. The man page for open(..) showed the a flag O_SYNC, which doesn't make any ... locate and find - case-insensitive file searching on Unix and ...The Linux find command has several more case-insensitive operators, including these, which I'm taking directly from the find command man page:-ilname pattern Like ... UNIX man pages : find () - UNIXhelp for users-iname pattern Like -name, but the match is case insensitive. For example, the ... © 1994 Man-cgi 1.15, Panagiotis Christias <christia@theseas.ntua.gr> 7/24/2012 6:17:44 PM
|
|
|
|
|
|
|
|
|