From owner-freebsd-current Fri Sep 22 06:34:05 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA01198 for current-outgoing; Fri, 22 Sep 1995 06:34:05 -0700 Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA01187 for ; Fri, 22 Sep 1995 06:33:22 -0700 Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.144.4]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id PAA28880; Fri, 22 Sep 1995 15:13:32 +0200 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.12/8.6.9) id PAA25411; Fri, 22 Sep 1995 15:13:25 +0200 Date: Fri, 22 Sep 1995 15:13:25 +0200 Message-Id: <199509221313.PAA25411@caramba.cs.tu-berlin.de> To: Simon Marlow Cc: "Garrett A. Wollman" , current@freebsd.org Subject: Re: from(1) In-Reply-To: <199509221205.OAA27478@mail.cs.tu-berlin.de> References: <199509211314.PAA05392@caramba.cs.tu-berlin.de> <199509221205.OAA27478@mail.cs.tu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org Precedence: bulk Simon Marlow writes: >I disagree entirely. The generality provided by pipes and pipe >combinators far outweighs the slight performance gain by implementing >the options directly. How many other programs are you going to add >'-c' to? What about the programs where '-c' is already taken, and you >have to use an inconsistent flag? grep have already '-c'. I add -c to locate. It is a real difference between 13MB I/O or 115MB. >A valid point, but this is a shell problem and not worth sacrificing >the philosophy of an operating system for. ^philosophy^religion Do you want remove 'z' flag from tar because $ tar cfvz - files ... > x.tgz break old unix philosophy?