On Sun, Sep 8, 2013 at 1:34 PM, Michael Torrie <torr...@gmail.com> wrote: > On 09/07/2013 09:09 PM, BlueFielder wrote: >> I 'think' I did as you instructed …. but that too failed. :( >> >> >> CiMac:ddd camforx$ find -type d -execdir bash -c 'cd {}; python >> ./fxp2aupreset.py ./ aumu Alb3 LinP vstdata' \; >> find: illegal option -- t >> usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression] >> find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression] > > Some versions of find require a path first. Try this (all one line): > > find . -type d -execdir bash -c 'cd {}; python ./fxp2aupreset.py ./ > aumu Alb3 LinP vstdata' \;
Thanks Michael. I'm using GNU find on Debian Linux (or on Ubuntu, depending on which computer I test on), so I can't be sure what's different. ChrisA -- https://mail.python.org/mailman/listinfo/python-list