X-Recipient: archive-cygwin AT delorie DOT 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 To: cygwin AT cygwin DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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