Skip to content

Delete CRLF from windows file

  1. mv file.txt file.bak; tr -d \r < file.bak> file.txt