delorie.com/archives/browse.cgi | search |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |