linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kaushal <kaushal@rocsys.com>
To: admin <linux-admin@vger.kernel.org>
Subject: search all man pages
Date: 28 Dec 2004 16:35:30 +0530	[thread overview]
Message-ID: <1104231931.1011.23.camel@kaushal> (raw)

Hello all,
	I want to search for a string with wild card patterns in all the man
pages without using the -K or -a options.

[linux@home]man <0-9 man sections> <wild card pattern>

What I tried?
[linux@home]man $(0-9) crc*
[linux@home]man $((0-9)) crc*
[linux@home]man $([0-9]) crc*
[linux@home]man '$((0-9))' crc*
[linux@home]man '$([0-9])' crc*

None of them worked.Thanks in advance.

regards-
kaushal.




                 reply	other threads:[~2004-12-28 11:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1104231931.1011.23.camel@kaushal \
    --to=kaushal@rocsys.com \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).