From owner-freebsd-questions@FreeBSD.ORG Fri Jun 5 20:23:27 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 E18BC1065670 for ; Fri, 5 Jun 2009 20:23:27 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from mail-fx0-f211.google.com (mail-fx0-f211.google.com [209.85.220.211]) by mx1.freebsd.org (Postfix) with ESMTP id 6FBED8FC0A for ; Fri, 5 Jun 2009 20:23:27 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: by fxm7 with SMTP id 7so1341190fxm.43 for ; Fri, 05 Jun 2009 13:23:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=sJnzZBzDj+Ml0kqtsqYR4KEyhqrvLSlS/NGyXkxGZYM=; b=GyG4Ixx/LcBYI8kaFUZrOGgnXaC8habLkTSVl0/8ITpWgJ/iqiw7LfDRD4OccAN6L+ nWtz+c2s/d/fIYKlsNJQc1Uwv/I1NMUvLzZwVVENJ1OtL5PYyX4V6vB8SGzmRSje5grr cKTp9TyDp8B8+kQNguG3ZewG6djSh2naqYitY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=FbraUGma2TPsYb/szpsIynsf25xjNDzuvNM9da0q04a8LEoj5WokuB6lUAJyGtH7Bc HjY0DqAkZWuYcu6pyWlEt5dlUpLyeTI6Yk6o3pdUuF50hsVvWxeM3W5egss5HDUpaZgU 6rM3aNmHlHBAe8uEcFxAIEgsrVh86/e+9S2wQ= MIME-Version: 1.0 Received: by 10.204.121.194 with SMTP id i2mr3518264bkr.101.1244233406110; Fri, 05 Jun 2009 13:23:26 -0700 (PDT) In-Reply-To: <200906051208.43135.kirk@strauser.com> References: <200906050924.23167.kirk@strauser.com> <200906051208.43135.kirk@strauser.com> From: Chris Rees Date: Fri, 5 Jun 2009 21:23:06 +0100 Message-ID: To: Kirk Strauser Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2009 20:23:28 -0000 2009/6/5 Kirk Strauser : > On Friday 05 June 2009 11:50:58 am Chris Rees wrote: > >> Is there a 'quick' way to use emacs instead of info? Like info-emacs top= ic? > > Not that I know of. =A0:-/ > >> I've remembered why I hate the info browser so much; it reminds me of >> the 'help' included with MS-DOS 6.22. Anyone remember that? > > Ouch. =A0You had to go there, didn't you? I feel GNU is very similar in many ways to DOS, along with their preference for 'long options'. Horrible. You end up with monstrosities of commands. Traditional: % tar xzvf bluurgh.tgz GNU recommended: $ tar --extract --verbose --gunzip --file bluurgh.tgz Seriously, why are long options encouraged? Chris --=20 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mailing list?