Mar 28, 2004 #1 mmfried Programmer Joined Sep 17, 2003 Messages 33 Location IL How can I read a text file in c-shell a line each time, without the use of sed/awk/perl? mmfried
Mar 28, 2004 #2 fpmurphy Technical User Joined Mar 2, 2004 Messages 93 Location US 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. Upvote 0 Downvote
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.