On Thu, Aug 17, 2006 at 01:41:51AM +0200, Martin Bähr wrote: > hi, > > i am getting this rather odd behaviour: > > ls img_627* > img_6270.jpg img_6272.jpg img_6274.jpg img_6276.jpg img_6278.jpg > img_6271.jpg img_6273.jpg img_6275.jpg img_6277.jpg img_6279.jpg > > ls img_628* > img_6280.jpg img_6282.jpg img_6284.jpg img_6286.jpg img_6288.jpg > img_6281.jpg img_6283.jpg img_6285.jpg img_6287.jpg img_6289.jpg > > ls img_62[78]* > fish: Warning: No match for wildcard 'img_62[78]*'. The command will not be > executed. > ls img_62[78]* > ^
If I recall correctly, Fish doesn't use [] to perform alternation. Why
have two different ways of doing the same thing? {7,8} works just as
well and is more useful in general.
James
--
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
------------------------------------------------------------------------- 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
