From owner-freebsd-commit Fri Feb 2 10:15:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09257 for freebsd-commit-outgoing; Fri, 2 Feb 1996 10:15:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09247 for cvs-all-outgoing; Fri, 2 Feb 1996 10:15:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09233 for cvs-gnu-outgoing; Fri, 2 Feb 1996 10:15:38 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA09193 Fri, 2 Feb 1996 10:14:46 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id SAA00445; Fri, 2 Feb 1996 18:30:18 +0100 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.12/8.6.9) id SAA19274; Fri, 2 Feb 1996 18:30:10 +0100 Date: Fri, 2 Feb 1996 18:30:10 +0100 Message-Id: <199602021730.SAA19274@caramba.cs.tu-berlin.de> To: davidg@Root.COM Cc: Wolfram Schneider , CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c In-Reply-To: <199602021058.CAA07372@Root.COM> References: <199602020645.WAA25657@freefall.freebsd.org> <199602021058.CAA07372@Root.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Conversion: prohibited Sender: owner-commit@FreeBSD.ORG Precedence: bulk David Greenman writes: >>wosch 96/02/01 22:45:28 >> >> Modified: gnu/usr.bin/grep Makefile grep.1 grep.c >> Log: >> recursive grep, enabled with -DHAVE_FTS=1 > > Gack...Why? Why don't you just use find/xargs like it was intended? Because it is more comfortable. Do you use find/xargs for chmod(1) etc? Why FreeBSD has fts(3)? Wolfram