Re: Use "find" to search for files without extensions ?

From: Stephane CHAZELAS (stephane_chazelas_at_yahoo.fr)
Date: 09/25/03


Date: 25 Sep 2003 09:48:00 GMT

Andreas Kahari wrote:
[...]
>> zsh is Bourne derived and needs the escaping of the exclamation
>> mark (unless you unset the banghist option [which I do] as in sh
>> or ksh emulation)
>>
>> bash is Bourne derived and also performs history expansion (even
>> if a "!" alone is not special).
>
> Horrors! Even when used non-interactively?

No, only when run interactively, that would have no sense
otherwise.

in your ~/.zshrc:

setopt nobanghist

in your ~/.bashrc:

set +H

-- 
Stéphane


Relevant Pages