the billionaire ex wife book 2
old abandoned homes in florida
1. Using tr command. You can use the Linux command tr to convert Windows Line endings to Linux ones. Here is its syntax. $ tr -d '\015' <DOS-file >UNIX-file. For example, here is the command to change CRLF to LF in data.txt file. tr -d '\015' data.txt > data1.txt. In this case, data1.txt will contain Linux LF endings. 2.