Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Arglist too long...mv'ed crazy
- X-seq: zsh-users 11368
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Arglist too long...mv'ed crazy
- Date: Sun, 01 Apr 2007 12:36:04 -0700
- In-reply-to: <20070401174710.GA12451@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20070401021034.GA15269@solfire> <070331225824.ZM7614@xxxxxxxxxxxxxxxxxxxxxx> <070401094909.ZM18282@xxxxxxxxxxxxxxxxxxxxxx> <20070401172803.GA5026@xxxxxxxxxxxxxxx> <20070401174710.GA12451@xxxxxxxxxxx>
On Apr 1, 1:47pm, Clint Adams wrote:
} Subject: Re: Arglist too long...mv'ed crazy
}
} > > print -0 ../../cur/* | xargs -0 mv --target-directory=/back/up/folder
} > >
} > > (Note xargs, not zargs, in the latter case.)
} >
} > My zsh doesn't seem to have a -0 print option.
} >
} > Maybe print -f '%s\0' ...
}
} "print -N" is misspelled up there.
Oops, yes. I had "find -print0" on the brain.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author