On May 11 07:55, [EMAIL PROTECTED] wrote: >> Just at the moment >> >> sed -i 's/../../g' file1 >> >> causes the edited file 'file1' to possess attributes not just +A as one >> might expect but also +S +H.
>I found the cause and checked in a fix. >Thanks for the report, >Corinna Has the fix made it into the release version? I am still getting the attribute change: [EMAIL PROTECTED] ~ $ echo "hello world" > temp [EMAIL PROTECTED] ~ $ attrib temp A C:\cygwin\home\ndeeds\temp [EMAIL PROTECTED] ~ $ sed -i s/hello/hell/ temp [EMAIL PROTECTED] ~ $ attrib temp A SH C:\cygwin\home\ndeeds\temp [EMAIL PROTECTED] ~ $ sed --version GNU sed version 4.0.9 __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/