Use the following to convert Unix to dos text files in cygwin on windows:
awk '{ print $0 "\r"}' unix.txt > dos.txt
source: http://www.datasavantconsulting.com/roland/tr.html
\r - carriage return
\n - line feed
5.22.2006
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment