Hi Bjarni,

> > > >  .  pso sh -c \
> > > >         "printf '%s' '.ds *f ' ; \
> > > >          ls \\*[fontpath]/dev\*[.T] \
> > > > -        | tr '[:cntrl:]' '[ *32]'"
> > > > +        | tr '\\\\n' ' '"
> > > >  .  \"  This dummy line is necessary; the preceding line eats it.
...
>   cd \\*[fontpath]/dev\*[.T] ; \
>   printf '%s ' * "

If printf(1) is welcome then

    cd \\*[fontpath]/dev\*[.T] && printf '%s ' '.ds *f' *

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

Reply via email to