From owner-cvs-all Mon Jul 1 14:12:49 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 7EF5F37B401; Mon, 1 Jul 2002 14:12:40 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB98743E09; Mon, 1 Jul 2002 14:12:39 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g61LCarE053239 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 1 Jul 2002 17:12:37 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Juli Mallett , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/basename basename.1 basename.c Date: Mon, 1 Jul 2002 17:12:32 -0400 X-Mailer: KMail [version 1.4] References: <200206301340.g5UDeagQ054628@freefall.freebsd.org> In-Reply-To: <200206301340.g5UDeagQ054628@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207011712.32940.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) 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 On Sunday 30 June 2002 09:40 am, Juli Mallett wrote: = jmallett 2002/06/30 06:40:35 PDT = = Modified files: = usr.bin/basename basename.1 basename.c = Log: = Make it possible to have this (basename(1)) perform basename(3) = on multiple = files. The traditional behaviour, 'basename string = .suffix', is preserved, however a suffix may now also be specified via = a getopt(3) option, -s, such that if it is specified in that way, all = string arguments follow. There is also a new flag, -a, which allows a = user to say "yes, please basename(3) on all arguments". Update manual = to reflect this unobtrusively. Nice! Is there anything like this in another Unix? With the same option names? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message