Just execute the following in your file. In this example the file I will modify is called file.txt.
sed -i.bak 's/\r$//' file.txt
Good luck!
Just execute the following in your file. In this example the file I will modify is called file.txt.
sed -i.bak 's/\r$//' file.txt
Good luck!
Subscribe to get the latest posts sent to your email.
Leave a comment