From owner-cvs-src@FreeBSD.ORG Mon Dec 15 02:47:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C1816A4CE; Mon, 15 Dec 2003 02:47:03 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B414E43D3F; Mon, 15 Dec 2003 02:47:02 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AVqFT-000GYp-9G; Mon, 15 Dec 2003 12:46:47 +0200 Date: Mon, 15 Dec 2003 12:46:47 +0200 From: Sheldon Hearn To: Alexey Dokuchaev Message-ID: <20031215104647.GO13737@starjuice.net> Mail-Followup-To: Alexey Dokuchaev , Peter Jeremy , Mark Murray , Dag-Erling Sm?rgrav , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> <20031215083703.GB956@cirb503493.alcatel.com.au> <20031215095049.GA78800@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215095049.GA78800@regency.nsu.ru> User-Agent: Mutt/1.5.4i cc: src-committers@freebsd.org cc: Mark Murray cc: cvs-src@freebsd.org cc: Peter Jeremy cc: Dag-Erling Sm?rgrav cc: cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 10:47:04 -0000 On (2003/12/15 15:50), Alexey Dokuchaev wrote: > Frankly, adding an option to ls(1) or writing ls(1) -l/awk(1) combo > takes my vote, rather than adding yet another foo(1) utility to the > base; especially provided that its functionality isn't strictly > orthogonal. Hmmm, I don't know. POSIX suggests that scripts should not rely on the output of formatted ls(1) output. Ciao, Sheldon.