> Hi, > > I want sometimes to avoid getting answers to my apropos query from the > man section 3 and 3x (ie I want only commands and no APIs). How can I do > that without statically removing those man sections? >
One way would be to filter out all the 3 and 3x answers:
apropos open | grep -v '(3)' | grep -v '(3x)'
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
--
Shaul Karl <[EMAIL PROTECTED]>

