Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: shell question

RE: shell question

From: Stephen Lee <Stephen.Lee_at_DTAG.Com>
Date: Thu, 17 Jul 2003 14:05:45 -0500
Message-Id: <25946.338304@fatcity.com>


cat file

sed '' file

awk '{print}' file

while read LINE; do echo "$LINE"; done < file

> -----Original Message-----

> hi all ,
>
> how can I read a text file and print line by line.
Received on Thu Jul 17 2003 - 14:05:45 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US