[clug] Circumflex

Kim Holburn kim at holburn.net
Thu Aug 17 11:09:59 UTC 2017


Oh, apparently man -k does regex

Here are some basics of regex pattern matching:

http://webagility.com/posts/the-basics-of-regex-explained 

It's a very powerful system of pattern matching that has a high learning curve.

> On 2017/Aug/17, at 7:00 PM, Kim Holburn via linux <linux at lists.samba.org> wrote:
> 
> That would be a glob or a regex.
> 
> 
>> On 2017/Aug/17, at 6:25 PM, Bryan Kilgallin (iiNet) via linux <linux at lists.samba.org> wrote:
>> 
>> I was reading about manual section numbers. Then I came across '^'. Where is it explained?
>> 
>> {
>> You can tell what sections a term falls in with man -k (equivalent to the apropos command). It will do substring matches too (e.g. it will show sprintf if you run man -k printf), so you need to use ^term to limit it:
>> }
>> 
>> https://unix.stackexchange.com/questions/3586/what-do-the-numbers-in-a-man-page-mean#3587
>> -- 
>> www.netspeed.com.au/bryan/
>> 
>> -- 
>> linux mailing list
>> linux at lists.samba.org
>> https://lists.samba.org/mailman/listinfo/linux
> 
> -- 
> Kim Holburn
> IT Network & Security Consultant
> T: +61 2 61402408  M: +61 404072753
> mailto:kim at holburn.net  aim://kimholburn
> skype://kholburn - PGP Public Key on request 
> 
> 
> 
> 
> -- 
> linux mailing list
> linux at lists.samba.org
> https://lists.samba.org/mailman/listinfo/linux

-- 
Kim Holburn
IT Network & Security Consultant
T: +61 2 61402408  M: +61 404072753
mailto:kim at holburn.net  aim://kimholburn
skype://kholburn - PGP Public Key on request 






More information about the linux mailing list