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. - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html