Linked by Brian Snipes on Sat 10th Apr 2004 07:28 UTC
Internet & Networking Recently I got the opportunity to setup a new lab for a small school. The server runs Linux and the workstations run WindowsXP. There are 3 levels of access on the workstations (admin, teacher, and student) and security on the workstations is based on Windows policies applied at logon.
Permalink for comment
To read all comments associated with this story, please click here.
Converting LF -> CRLF
by dpi on Sun 11th Apr 2004 23:43 UTC

Easy, with the program unix2dos:
$ unix2dos inputfile outputfile

The counterpart dos2unix also exists and might be helpful for other tasks.