Forum: Sed and Awk
Jun 17th, 2005, 10:12 AM
|
|
Replies: 3
Views: 755
|
Forum: Sed and Awk
May 27th, 2005, 3:32 PM
|
|
Replies: 3
Views: 755
looping in awk
I need awk to work with two files, read a single column from file1, and taking each value, search for that value in file2.
I guess I need perhaps two forms of "while" loops, one within the other,...
|