On 12/19/2010 05:06 PM, Andreas Färber wrote:

Andreas, may I ask you for one more test?

$ echo -e 'include xy\r' | tr -d '\r' | awk '/^include / {ORS=""; print
$2}' | od -c

I'd not bother with ORS and use '$1 == "include" { printf "%s", $2 }' instead.

Paolo

Reply via email to