search all man pages
am 28.12.2004 12:05:30 von kaushalHello 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>
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html