Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52499

Re: Am I not seeing the Error?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <joshua.landau.ws@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.039
X-Spam-Evidence '*H*': 0.93; '*S*': 0.01; 'subject:not': 0.03; 'subject:Error': 0.07; 'bash': 0.09; 'cc:addr:python-list': 0.11; 'script,': 0.16; 'superfluous': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'do.': 0.18; 'normally': 0.19; 'seems': 0.21; 'cc:addr:python.org': 0.22; 'script.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'pipe': 0.31; 'subject:the': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'subject:?': 0.36; 'wrong': 0.37; 'sure': 0.39; 'either': 0.39; 'august': 0.61; 'full': 0.61; 'show': 0.63; 'more': 0.64; 'direct': 0.67; 'batchelder': 0.84; 'attitude': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=zHqt+B7MpGt6J5p97Jc/WsyGwUhzuXPhPGheY67WH6U=; b=Iyr0NS6dVT92atmOiO+/zfu7xqqnZ7tfJdGDUHxSPI79SdWVc5/ThGs2e8MJ7QMIfk bFexbzJGOQzizkJST1f4dtOxAKOBR4i8tBGNW8gMSYA7vhsUXtxtghpef1JOwKrS1B+M y4DMxsrASE2xnq6/wgoTKAEzmxdUN5WiOMsSvy8PG/+UVZ4+NYGvNmFGw9lOgbRj5mJ9 8CtqikU9j5Rlli2m3raCW5dEzcliN6JxfeYLUegQoP+olq2DuQumVD+cHDDavBj0NENX dyuAtD4IzlUvJPaa9WPTE2Sjf3Py/8KpNtau/BTAcwHiH+8wvNDEfVRMJdko/HHWD5M8 CsnA==
X-Received by 10.112.74.104 with SMTP id s8mr6865769lbv.0.1376463591340; Tue, 13 Aug 2013 23:59:51 -0700 (PDT)
MIME-Version 1.0
Sender joshua.landau.ws@gmail.com
In-Reply-To <b704a4F85drU1@mid.individual.net>
References <mailman.451.1376187574.1251.python-list@python.org> <kue4u9$ja1$1@dont-email.me> <kue7n0$heh$1@ger.gmane.org> <mailman.555.1376438468.1251.python-list@python.org> <b704a4F85drU1@mid.individual.net>
From Joshua Landau <joshua@landau.ws>
Date Wed, 14 Aug 2013 07:59:11 +0100
X-Google-Sender-Auth b234YnmecODVmjfhUuzlhfYE9ak
Subject Re: Am I not seeing the Error?
To Gregory Ewing <greg.ewing@canterbury.ac.nz>
Content-Type text/plain; charset=UTF-8
Cc python-list <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.563.1376463598.1251.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376463598 news.xs4all.nl 15936 [2001:888:2000:d::a6]:53207
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52499

Show key headers only | View raw


On 14 August 2013 02:20, Gregory Ewing <greg.ewing@canterbury.ac.nz> wrote:
> Ned Batchelder wrote:
>>
>> Everyone: this program seems to be a direct and misguided transliteration
>> from a bash script.
>
> Not a particularly well-written bash script, either --
> it's full of superfluous uses of 'cat'.

What's wrong with cat? Sure it's superfluous but what makes it *bad*?
Personally I often prefer the pipe "cat x | y" form to "x < y"... or
"< y x".

There seems to be a militant "cat is evil" attitude where I feel it's
just normally just people who want to show others they know more bash
than they do.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Am I not seeing the Error? Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-08-10 22:19 -0400
  Re: Am I not seeing the Error? John Gordon <gordon@panix.com> - 2013-08-12 14:47 +0000
  Re: Am I not seeing the Error? Denis McMahon <denismfmcmahon@gmail.com> - 2013-08-13 20:28 +0000
    Re: Am I not seeing the Error? Dave Angel <davea@davea.name> - 2013-08-13 21:16 +0000
    Re: Am I not seeing the Error? MRAB <python@mrabarnett.plus.com> - 2013-08-14 00:44 +0100
    Re: Am I not seeing the Error? Ned Batchelder <ned@nedbatchelder.com> - 2013-08-13 20:00 -0400
      Re: Am I not seeing the Error? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-08-14 13:20 +1200
        Re: Am I not seeing the Error? Joshua Landau <joshua@landau.ws> - 2013-08-14 07:59 +0100
        Re: Am I not seeing the Error? Chris Angelico <rosuav@gmail.com> - 2013-08-14 13:07 +0100
          Re: Am I not seeing the Error? Roy Smith <roy@panix.com> - 2013-08-14 08:39 -0400
        Re: Am I not seeing the Error? Joshua Landau <joshua@landau.ws> - 2013-08-14 13:34 +0100

csiph-web