Shell/Bash: run.sh: line 39: $'\r': command not found Example
Shell/Bash Example: This is the "run.sh: line 39: $'\r': command not found" Example. compiled from many sources on the internet by SimpleTutorials.org
run.sh: line 39: $'\r': command not found
sed -i 's/\r$//' filename
* Summary: This "run.sh: line 39: $'\r': command not found" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!