Sounds to simple so I must be missing a few of the requirements (...

cat myfile

      or

#!/bin/ksh
cat myfile | while read LINE
do
  print ${LINE}
done



                                                                                       
                                                  
                      <[EMAIL PROTECTED]                                               
                                               
                      onents.com>                  To:       Multiple recipients of 
list ORACLE-L <[EMAIL PROTECTED]>                 
                      Sent by:                     cc:                                 
                                                  
                      [EMAIL PROTECTED]        Subject:  shell question                
                                              
                                                                                       
                                                  
                                                                                       
                                                  
                      07/17/2003 12:09 PM                                              
                                                  
                      Please respond to                                                
                                                  
                      ORACLE-L                                                         
                                                  
                                                                                       
                                                  
                                                                                       
                                                  





 hi all ,

    how can I read a text file and print line by line.

Rgds.
Arslan.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: <[EMAIL PROTECTED]
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).






-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to