Case discrimination

Earnie Boyd earnie_boyd@yahoo.com
Thu Jan 25 10:40:00 GMT 2001


Daniel Barclay wrote:
> 
> Earnie Boyd wrote:
> >
> ...
> > echo 'set completion-ignore-case on' > ~/.inputrc
> > C-xC-r
> 
> Are you sure you want to suggest wiping out everything else in
> .inputrc?  Wouldn't this:
> 
>    echo 'set completion-ignore-case on' >> ~/.inputrc
> 
> be a lot less destructive?
> 

Thanks for the correction.  Yes the '>' would erase an existing file
while '>>' will append to it if it exists or create a new one if it
doesn't.

Cheers,
Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list