![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Convert UNIX file format to PC format | Samtel | UNIX for Dummies Questions & Answers | 1 | 08-27-2009 03:29 PM |
| Unix script to convert .csv file to.xls format | moon_friend | UNIX for Dummies Questions & Answers | 1 | 12-08-2008 07:09 AM |
| To convert multi format file to a readable ascii format | gaur.deepti | UNIX for Dummies Questions & Answers | 5 | 03-25-2008 03:03 PM |
| Convert UTF8 Format file to ANSI format | rajreddy | UNIX for Dummies Questions & Answers | 9 | 05-25-2007 09:26 AM |
| Convert UTF8 Format file to ANSI format | rajreddy | UNIX for Advanced & Expert Users | 1 | 05-24-2007 07:40 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Convert UNIX file format to PC format
Hi All,
Is there any way to convert a file which is in UNIX format to a PC format.... Flip command can be used , apart form this command can we have any other way.... like usinf "awk" etc ..... main purpose of not using flip is that my Kshell doesnot support this comamnd.... Last edited by Samtel; 08-27-2009 at 03:18 PM.. |
|
||||
|
The method required to convert unix text files to MSDOS format depends on the unix Operating System, the content of the file, and what you are going to do with the file.
A text file FTP can corrupt data by removing high order bits and expanding tabs. Using "awk" or other data manipulation programs such as "unix2dos" then using binary FTP can be safer. Btw. On HP-UX the command pair are "ux2dos" and "dos2ux". |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|