russ wrote:
> cd /
> replica/pull -v -s^(lib/face/48x48x1/?) /dist/replica/network

just nit picking, but i think you meant

replica/pull -v -s lib/face/48x48x1/? /dist/replica/network

as globbing is done after concatenation.

that's too bad.  that being the case, i meant:

d=(lib/face/48x48x1/?)
replica/pull -v -s^$d /dist/replica/network

as each directory needs to be the argument of a separate -s.

russ

Reply via email to