Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for dos2unix

Status
Not open for further replies.

DGRFL

Programmer
Dec 28, 2000
36
BE
Hello,

I am using generic scripts to port our software to various UNIX platforms (Solaris / HP-UX / OSF / AIX). It seems AIX will lead me to some problems.

The dos2unix tool (sometimes called flip) is missing. Is there another tool? I might implement it with a 'one-liner' sed script, but I don't know whether it is performing adequately (I need to 'dos2unix' thousands of files from a NFS-share on a NT-server, to the AIX host).

Regards,

Luc
 
There is a fileset in AIX named bos.util. That would probably have what you need.
 

load bos.dosutil from the original cds....
/usr/bin/doswrite -> /usr/bin/dosdir bos.dosutil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top