backspace issue on linux file
问题 I use EditPlus to write linux bash programs. after writting when i move files to server i get these kind of errors: sleep: invalid time interval `2\r' Try `sleep --help' for more information. /usr/bin/program: line 9: $'\r': command not found /usr/bin/program: line 10: $'}\r': command not found /usr/bin/program: line 11: $'\r': command not found /usr/bin/program: line 12: syntax error near unexpected token `$'{\r'' 'usr/bin/program: line 12: `stop() { I have also used dos2unix to fix this