![]() |
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 |
| 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 |
| reading data from .ini file | vinna | Shell Programming and Scripting | 2 | 06-02-2008 11:44 AM |
| How to make a loop base on reading a file? | JohnBalayo | UNIX for Dummies Questions & Answers | 3 | 04-02-2008 06:36 AM |
| How to make a loop base on reading a file? | JohnBalayo | HP-UX | 3 | 04-01-2008 11:58 PM |
| Retrieving data | bobo | UNIX for Dummies Questions & Answers | 2 | 06-23-2006 03:02 PM |
| data base | arunkumar_mca | High Level Programming | 2 | 12-29-2004 06:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi All,
I am having trouble through, I am reading the input from tab delimited file containing several records, e.g. line1 field1 field2 field3 so on.. line2 field1 field2 field3 so on.. .. .. on the basis of certain fields for each record in input file, I have to retrieve data from oracale database. and using copy command move the record to different location.. Thanks in advance. Sonu. |
|
||||
|
Code:
while read fld1 fld2 fld3 do echo $fld1 $fld2 $fld3 done<file |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|