[p4] p4 -x- flag with client -d?
Ivey, William
william_ivey at bmc.com
Fri Mar 30 07:16:52 PST 2007
> -----Original Message-----
> From: perforce-user-bounces at perforce.com
> [mailto:perforce-user-bounces at perforce.com]On Behalf Of David
> Weintraub
> A few versions of the "xargs" command allow you to specify the number
> of words allowed before running the command. On BSD systems, you can
> do this:
>
> $ xargs -n1 client -d < obsolete_client_list.txt
>
> On Linux systems its:
>
> $ xargs --max-args=1 client -d < obsolete_client_list.txt
Also xargs -l1 on other systems. Some variant is available on
most unix systems. (I tried it on four.)
-Wm
More information about the perforce-user
mailing list