Answers for "upload.sh: line 4: $'\r': command not found"

7

run.sh: line 39: $'\r': command not found

sed -i 's/\r$//' filename
Posted by: Guest on August-11-2020
1

$'\r': command not found

sed -i 's/\r$//' filename
Posted by: Guest on October-19-2020

Code answers related to "upload.sh: line 4: $'\r': command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language