Hi Ingo, > -. pso bash -c "echo -n .ds *date\ ;date" > +. pso /bin/sh -c "echo -n .ds *date\ ;date"
That smells odd; what if I've a file called ./mandate? Do the globs need escaping? I realise you haven't introduced them but I've only noticed them in browsing your patch. :-) Also, would plain `sh' suffice, relying on PATH? Cheers, Ralph.
