Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

csh file reading

Status
Not open for further replies.

mmfried

Programmer
Sep 17, 2003
33
IL
How can I read a text file in c-shell a line each time, without the use of sed/awk/perl?

mmfried
 
There is no easy/simple way to get csh to read a file
a line at a time without using external commands such
as awk, read, etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top