Resolved: Convert CRLF's to line feeds on Linux #programming #solution #dev
Resolved: Convert CRLF's to line feeds on Linux #programming #solution #dev
Convert CRLF’s to line feeds on Linux
What’s the best way to convert CRLF‘s to line feeds in files on Linux?
I’ve seen sed commands, but is there anything simpler?
Answer [by Ryan Thompson]: Convert CRLF’s to line feeds on Linux
Use dos2unix.
dos2unix – DOS/MAC to UNIX text file format converter
dos2unix [options] [-c convmode] [-o file ...] [-n infile outfile ...] Options: [-hkqV] [help]…
View On WordPress















