Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'bash': 0.09; 'failed:': 0.09; 'omit': 0.09; 'subject:script': 0.09; '--------': 0.10; 'subject:Help': 0.11; 'python': 0.11; '12:59': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sign,': 0.16; '{};': 0.16; 'wrote:': 0.18; 'command': 0.22; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'sep': 0.31; 'received:google.com': 0.35; 'representing': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'skip:. 10': 0.39; 'to:addr:python.org': 0.39; 'here': 0.66; 'prompt': 0.68; 'dollar': 0.74; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BgnyNDVjPhHOG/BkI0MhbQaZJoBFiacVuFi49ItM0W8=; b=HNNMwz6tIxrvcxGSoIJIazv1FmxGBmfz755v5WBJjKF932p9TJnr9+gq5CGr6euCgi IAuFtpQY8/mkYJ2iGfnHywAOjuzPg5TuGSbi/qRgRSx5yZ0GLdhQwrOgv+Oiw4r1OM2t uMlfD+8C6tqs1YytinQbkT9v/+2MRmfQIjsNYv0/ScqtHHOYXMMs40vJNPsEgtDecmdQ ta9wbAGZWFNG0nqCdwjMQbnXQVrtw3W6h4cVw6tEfBcsHew6EHMKjPMABnSZjQm0kF0Q Ha6ESMb5US45cGFAwjd1TcYzfMQyTorMB/q9bwSmu3Isx1bCkMeTJo0eAO/1G/SqY9UT SMXA== MIME-Version: 1.0 X-Received: by 10.58.136.4 with SMTP id pw4mr10559458veb.10.1378609294634; Sat, 07 Sep 2013 20:01:34 -0700 (PDT) In-Reply-To: <21ac62b9-221a-4180-b759-0a8c73c6ef9c@googlegroups.com> References: <3f4f33ee-c8e7-4154-a817-c74b26b00301@googlegroups.com> <38324fe2-cbad-4466-a19f-efc0d99f0883@googlegroups.com> <21ac62b9-221a-4180-b759-0a8c73c6ef9c@googlegroups.com> Date: Sun, 8 Sep 2013 13:01:34 +1000 Subject: Re: Help - Python syntax - repeats script through subordinate folders From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1378609297 news.xs4all.nl 15877 [2001:888:2000:d::a6]:46111 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53834 On Sun, Sep 8, 2013 at 12:59 PM, BlueFielder wrote: > > Failed: > > Here is the command with the results: > -------- > > CiMac:ddd camforx$ $ find -type d -execdir bash -c 'cd {}; python ./fxp2aupreset.py ./ aumu Alb3 LinP vstdata' \; > -bash: $: command not found Oh! Omit the dollar sign, that was representing your prompt :) ChrisA