Re: Wild card "*" works for "echo" and "ls" but not "cd"

2012-10-04 Thread Jan Kanis
Yes, that is known behaviour. In v2.4, cd commands are not actually executed by the shell, but by php itself using the chdir() function, so it does not do wildcard expansion. But in SVN trunk 'cd' handling works very differently, and it should do wildcard expansion. Jan On Thu, Oct 4, 2012 at 12

Re: Wild card "*" works for "echo" and "ls" but not "cd"

2012-10-04 Thread John Bessa
Thanks, minor issue--mostly wanted to show you that I am giving it a good "workout" ;) I am writing a lot about this "family" of serious web apps as with the email conversations we had a while before. The big picture for me is "wiki" because, well, wiki is the big construction that object-orients