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 [at] home]man <0-9 man sections> <wild card pattern>
What I tried?
[linux [at] home]man $(0-9) crc*
[linux [at] home]man $((0-9)) crc*
[linux [at] home]man $([0-9]) crc*
[linux [at] home]man '$((0-9))' crc*
[linux [at] 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 [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
