windows ubuntu $' r' command not found code example
Example: $'\r': command not found
Inside WSL:
sudo apt-get install dos2unix
Then,
dos2unix [file]
Full documentation:
man dos2unix
#mdem
dos2unix test.sh
Inside WSL:
sudo apt-get install dos2unix
Then,
dos2unix [file]
Full documentation:
man dos2unix
#mdem
dos2unix test.sh