The following should be equivalent, they no longer are: echo 'T _atan2' | sed -e 's/^T\W*\(\w*\)/FuncSymbol(\1),/
echo 'T _atan2' | sed -e 's/^T[[:space:]]*\([[:alnum:]_]*\)/FuncSymbol(\1),/ The first one used to work, now only the second one does. This is not good. David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/