![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows, Linux grow while Unix stays flat (but undefeated) - Computerworld | iBot | UNIX and Linux RSS News | 0 | 11-28-2007 01:20 AM |
| Windows, Linux grow while Unix stays flat (but undefeated) - Computerworld | iBot | UNIX and Linux RSS News | 0 | 11-28-2007 01:00 AM |
| How To create Flat Files using Unix Shell Script? | Aparna_k82 | Shell Programming and Scripting | 4 | 02-10-2005 05:49 AM |
| How to join flat files together under unix | xli | UNIX for Dummies Questions & Answers | 7 | 02-08-2005 12:52 AM |
| importing database from unix to winnt | sadiecutie | UNIX for Dummies Questions & Answers | 4 | 08-16-2001 01:04 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
building flat files in unix and importing them from windows
what is a flat file in unix?
i have to import a unix flat files from windows based programme. my question is not to export from unix but only to import from windows only. how to build that flat files? how to create export to windows how to import from windows |
|
||||
|
One thing to keep in mind. Windows machines use a CR/LF as a line terminator for character files. Unix machines use LF. The good news is that there are easy ways to translate the files when you transfer them. For example, if you FTP between a windows and Unix machine, the keyword "ASCII" will trigger the conversion. if you were on a windows machine and were transfering to a unix machine at IP address 123.456.789.012, you would issue the following commands in the ftp utility to transfer a file to the \junk\download directory on the unix machine
ftp open 123.456.789.012 cd \junk\download ascii put thefile.txt bye |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|