From owner-cvs-all Mon May 14 17:31:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BFFD37B422; Mon, 14 May 2001 17:31:19 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F0VJg38229; Mon, 14 May 2001 17:31:19 -0700 (PDT) (envelope-from dd) Message-Id: <200105150031.f4F0VJg38229@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 14 May 2001 17:31:19 -0700 (PDT) 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 X-Loop: FreeBSD.ORG dd 2001/05/14 17:31:19 PDT Modified files: usr.bin/xargs xargs.1 xargs.c Log: Add a -J replstr option that allows the user to tell xargs to insert the data read from standard input at a specific point in the command line arguments rather than at the end. Submitted by: dd, gad Reviewed by: gad, brian Revision Changes Path 1.14 +40 -2 src/usr.bin/xargs/xargs.1 1.10 +30 -6 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message