![]() |
|
|
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 a binary file in text or ASCII format | Nagendra | High Level Programming | 3 | 12-03-2008 06:11 PM |
| Reading a mailbox and sending new messages to a text file | rsw626 | Shell Programming and Scripting | 1 | 04-17-2008 02:35 PM |
| Help with reading text file | bilal05 | UNIX for Dummies Questions & Answers | 1 | 04-12-2008 04:46 PM |
| Reading text from a file | LiquidChild | Shell Programming and Scripting | 12 | 05-30-2007 09:38 AM |
| reading text file | jaan | Shell Programming and Scripting | 1 | 02-16-2004 08:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Reading from Text file.....
Hi
Im MZ.... please help me with my requirements..... Requirement: I have a text file named information.txt which contains information about Oracle Instances, I want to fetch data's from that text file and want to display an output using shell script. Explanation : i.e. when I execute that shell script ,it should read all data's from information.txt and display an output like below. I willl try explain with an example... Say i have a file "file" containing.. Instance : DB1,windows Instance : DB2,unix Instance : DB3,solaris Instance : DB4,unix ;;;;;;;;etc so... my shell script should read the file and display output as DB1,windows,OK DB2,unix,OK DB3,solaris,OK DB4,unix, OK ;;;;; etc How do I write this script? Can you tell me ..which command wud be apporiate.? Thanks MZ |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|