From: | Kolbjørn Barmen |
Date: | 7 Apr 2001 at 18:19:53 |
Subject: | [D5] Re: ArcHandlerEx problem |
On Sat, 7 Apr 2001, Andreas Mixich wrote:
> Dave Clarke wrote in a Mail about "[D5] Re: ArcHandlerEx problem":
>
> > No, 2.2a doesn't do anything wonderful AFAICT, just your basic, dumb
> > Move
> > command, (although it seems to return RC=0 no matter what happens).
>
> I have the same move installed for ages. However, I never liked it (cause
> of that RC=0 thing) and a week ago it nuked me a bunch of files:
>
> (it was on SFS)
>
> list #?.html lformat "move %s%s path/" >scr
> execute scr
I dont get it, what is %s%s supposed to do, afaik %s will only work once
per line, %n on the otherhand you can use many times.
list #?.html lformat "move *"%n*" *"path/%n*"" >scr || execute scr
-- kolla