X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=0.5 required=5.0 	tests=BAYES_20,J_CHICKENPOX_33,J_CHICKENPOX_43,SPF_HELO_PASS,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <25530095.post@talk.nabble.com>
Date: Sun, 20 Sep 2009 10:12:51 -0700 (PDT)
From: Erhy <erhard.glueck.austria@gmail.com>
To: cygwin@cygwin.com
Subject: list of file names
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


Hello,
 This command is OK:
sed  -i '0,/small/s//big/' "Choir Aehs.sfz" "Choir Ahs.sfz"
 and edits both files

 but this returns with Errors:
sed  -i '0,/small/s//big/' `find . -name '*.sfz' -print`

by showing the parts of the names seperatet with spaces:
sed: kann ./Choir nicht lesen: No such file or directory
sed: kann Aehs.sfz nicht lesen: No such file or directory
sed: kann ./Choir nicht lesen: No such file or directory
sed: kann Ahs.sfz nicht lesen: No such file or directory

Because I Have do edit a big number of files in subdirectories
it would be helpful for me.

Thank you for a tip
Erhy
I'm using CYGWIN  with the Version 1005.25.0.0 of the cygwin1.dll
on Windows VISTA
-- 
View this message in context: http://www.nabble.com/list-of-file-names-tp25530095p25530095.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

