Maik Beckmann wrote:
>>   aptitude search !~i~sdoc
> 
> this results in:  
>     $ aptitude search !~i~sdoc
>     bash: !~i~sdoc: event not found
> but 
>     $ aptitude search \!~i~sdoc
> works.
> 
> MfG Maik
> 
Yes, to protect the "!" and the "~" from any shell expansion
it should be called like this

  aptitude search '!~i~sdoc'

-- 
Regards,
Jörg-Volker.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to