Thursday, December 20, 2007

Programs

To read lines from a file and echo the line --- (do can be tweaked to match the requirement)
while read myline;do echo $myline; done < inputfile