file:unix2dos
This is an old revision of the document!
File - UNIX2DOS
Converts UNIX newlines (LF) to DOS format (CR/LF). This is the same as converting /n to /r/n.
awk '{sub(/$/,"\r");print} filename
file/unix2dos.1468172456.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)