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


Groups > comp.lang.python > #53834

Re: Help - Python syntax - repeats script through subordinate folders

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 <rosuav@gmail.com>
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> <mailman.147.1378605394.5461.python-list@python.org> <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 <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.148.1378609297.5461.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sun, Sep 8, 2013 at 12:59 PM, BlueFielder <bluefielder@gmail.com> 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

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


Thread

Help - Python syntax - repeats  script through subordinate folders BlueFielder <bluefielder@gmail.com> - 2013-09-07 18:41 -0700
  Re: Help - Python syntax - repeats script through subordinate folders Chris Angelico <rosuav@gmail.com> - 2013-09-08 11:56 +1000
    Re: Help - Python syntax - repeats script through subordinate folders BlueFielder <bluefielder@gmail.com> - 2013-09-07 19:52 -0700
      Re: Help - Python syntax - repeats script through subordinate folders BlueFielder <bluefielder@gmail.com> - 2013-09-07 19:59 -0700
        Re: Help - Python syntax - repeats script through subordinate folders Chris Angelico <rosuav@gmail.com> - 2013-09-08 13:01 +1000
          Re: Help - Python syntax - repeats script through subordinate folders BlueFielder <bluefielder@gmail.com> - 2013-09-07 20:09 -0700
            Re: Help - Python syntax - repeats script through subordinate folders Michael Torrie <torriem@gmail.com> - 2013-09-07 21:34 -0600
            Re: Help - Python syntax - repeats script through subordinate folders Chris Angelico <rosuav@gmail.com> - 2013-09-08 13:37 +1000
              Re: Help - Python syntax - repeats script through subordinate folders BlueFielder <bluefielder@gmail.com> - 2013-09-07 20:54 -0700

csiph-web