This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Case discrimination


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]