Remove linefeeds (LF/0x013) from text files


Just a simple command line:

tr -d '\r' < file-name > file-name-unix

Date: 2016-06-13

Tags:  text

Share: