Im tryin to convert some document from Unix to DOS using the command:
sed -i $'s/$/\\r/' *
It works when i execute the command directly on Cygwin, but when i put it on bash script i get this error:
bash: $'\r': command not found
Could you help Please?
thanks