1825803 Members
2574 Online
109687 Solutions
New Discussion

Re: Unix2Dos Utility

 
SOLVED
Go to solution
KPS
Super Advisor

Unix2Dos Utility

Hi,

I have an HP-UX System running HP-UX 11.11v1 and I have a request from a Programmer to install the Unix2Dos Utility. From what i gather thus far, this is a sort of Freeware that is used for file conversions or line feeds. Where is the most ideal place to get this utility and is it installed with swinstall or is it just a simple binary?

Thanks
-Ken
2 REPLIES 2
Pete Randall
Outstanding Contributor
Solution

Re: Unix2Dos Utility

Ken,

Try a man on ux2dos - I think that's what you're looking for.


Pete

Pete
H.Merijn Brand (procura
Honored Contributor

Re: Unix2Dos Utility

ux2dos is most likely already available on your system under /usr/bin

if not,

# perl -pe's/$/\r/' file.ux >file.dos

will probably safe the other side too

and vise versa

dos2ux
perl -pe's/\r$//' file.dos >file.ux

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn