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