Explain how to map Microsoft windows programs to UNIXSolutio
Explain how to map Microsoft windows programs to UNIX.
Solution
Take your Program/File and put into UNIX machine.
 
 Run the command
 dos2unix filename
 Its the program that converts plain text files in DOS/MAC format to UNIX format.
 
 Do not open the file : into UNIX
 1. Just Copy it
 2. Run dos2unix xxx
 3. It gets converted into to UNIX format.
 
 
 Thanks, Let me know if there is anyting. I will be happy to help if there is any discrepancy on understanding the question.

