Printing locally

fergus at bonhard dot uklinux dot net fergus@bonhard.uklinux.net
Sun Mar 3 02:50:00 GMT 2002


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/



More information about the Cygwin mailing list