From owner-cvs-all Sat Dec 21 2:17:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A405037B401; Sat, 21 Dec 2002 02:17:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5243843EDA; Sat, 21 Dec 2002 02:17:14 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLAHEfh002059; Sat, 21 Dec 2002 02:17:14 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBLAHEXB002058; Sat, 21 Dec 2002 02:17:14 -0800 (PST) Message-Id: <200212211017.gBLAHEXB002058@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 21 Dec 2002 02:17:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.1 xargs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/12/21 02:17:14 PST Modified files: usr.bin/xargs xargs.1 xargs.c Log: Add the -P option which executes multiple copies of the specified utility in parallel. Idea from GNU xargs. Revision Changes Path 1.24 +9 -1 src/usr.bin/xargs/xargs.1 1.44 +48 -18 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message