What about this? Any good?
If the file a.txt is DOS terminated, try
    cp a.txt prn
OR
    cat a.txt > prn
and if a.txt is Unix-terminated, try
    cat a.txt | unix2dos > prn
Fergus


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to