On 19/10/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > ?: Matches any character except '/' > *: Matches any substring not including the character '/' > **: Matches any substring > Excellent! If you want to limit completion to directories, just say 'foo**/', the way you say 'foo*/' to non-recursively complete directories in any shell. Moreover, the following four combinations are possible and all mean different (and pretty obvious IMHO) things:
foo**bar foo**/bar foo/**bar foo/**/bar Any other definition would not allow such flexibility. -- Beni Cherniavsky <[EMAIL PROTECTED]> (I read email only on weekends) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
