[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Q: restrict apropos queries?



> 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 debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 

-- 

	Shaul Karl <shaulka@bezeqint.net>




Reply to: