Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
unix to dos
Name: Darren Louie Date: August 1, 2000 at 04:47:13 Pacific
Comment:
Is there a program that convert a file from dos format inorder able to compile in a UNIX format
Name: Greg Yu Date: August 2, 2000 at 06:33:40 Pacific
Reply:
In UNIX, you can use: unix2dos command to convert file from UNIX format, use dos2unix convert file from DOS to UNIX.
I hope this can help.
Regards Greg Yu
0
Response Number 2
Name: bobby kelley Date: August 23, 2000 at 12:17:11 Pacific
Reply:
...these commands work for files that are saved in dos format...but it sounds like your issue is compiling s/w, which is another animal altogether. Porting software is fairly involved and takes knowledge of unix filesystem structures, commands, and such
Summary: I have a client that has a UNIX system that runs a Lotus 123 look alike application. Thye want to convert several spreadsheets to Excel 97. Is there an easy way to do it? We have tried the hard way......
Summary: Hi There is straight command to convert unix file into dos/windows environment and vice-versa. These commands are unix2dos oldFile newFile dos2unix oldFile newFile ...
Summary: Hi, I am wroking in C program that deals with system file in windows. The content of the file is refreshed when the user click on the icon/folder that contains the file OR when opening and closing the...