On Feb 19, 2004, at 10:36 AM, Kirk McElhearn wrote: > > But running the same command while in bash doesn't work - is there > something > I'm missing? Does bash not see the /rsrc files? Or is it something to > do > with the way it globs? > > > Kirk > Most probably the way it globs, because at least for individual files it can be done in bash: $[juan at PowerBook: Azertia](177/0,0)-> ls Factura -rw-r--r-- 1 juan staff 93K 20 Jan 2003 Factura $[juan at PowerBook: Azertia](178/0,0)-> ls Factura/rsrc -rw-r--r-- 1 juan staff 4K 20 Jan 2003 Factura/rsrc Juan