0

I need to remove the \r of the text file in Windows because this file is created in Windows but read in Docker (with Ubuntu installed). As a result, it create lots of trouble parsing it. I tried using sed on Windows but it does not work

SED.EXE -i -e "s/\r$//" file.dat
kstn
  • 537
  • 4
  • 14

0 Answers0