Re: bash, filename completion and spaces in path components [was RE: SSH Environment]

2004-09-29 Thread Andrew DeFaria
Dave Korn wrote: I use the same trick myself because a lot of apps can't handle a filename with a space in it, not even if it gets correctly escaped and passed through to argv, but I've never known bash filename completion to have a problem: it escapes all the spaces and other metachars beautif

bash, filename completion and spaces in path components [was RE: SSH Environment]

2004-09-29 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Andrew DeFaria > Sent: 29 September 2004 16:16 > However, one trick that I do to more easily deal with the "Program > Files" think is: > > $ mount -bsf "/cydrive/c/Program Files" /apps > > Then it's simply /apps//. Much easier to d