From owner-freebsd-questions@FreeBSD.ORG Sat Jun 6 04:08:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE2C41065698 for ; Sat, 6 Jun 2009 04:08:28 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id 9D7408FC26 for ; Sat, 6 Jun 2009 04:08:28 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 35CA622D3E; Fri, 5 Jun 2009 23:08:28 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ao-cxSuv6yrO; Fri, 5 Jun 2009 23:08:26 -0500 (CDT) Received: from roo.honeypot.net (wlan2-104.honeypot.net [10.0.7.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id 5A3BC22D30; Fri, 5 Jun 2009 23:08:24 -0500 (CDT) Message-ID: <4A29EBB7.9090100@strauser.com> Date: Fri, 05 Jun 2009 23:08:23 -0500 From: Kirk Strauser User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: utisoft@gmail.com References: <200906050924.23167.kirk@strauser.com> <200906051208.43135.kirk@strauser.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Date representation as YY/DDD or YYYY/DDD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 04:08:29 -0000 Chris Rees wrote: > Traditional: > > % tar xzvf bluurgh.tgz > > GNU recommended: > > $ tar --extract --verbose --gunzip --file bluurgh.tgz > > Seriously, why are long options encouraged? Scripting. I almost always use long options when writing scripts I might use again later so that 6 months later I don't have to remember what some single-letter option meant. I pretty much never use them on the command line, though. -- Kirk Strauser