anonymous
2007-05-05 18:14:12 UTC
I am very new to scripting and programming, but i need a simple script that will execute a report (awk based) by reading in a file
I basically need to do the following using an already made script that is called shownamescript
shownamescript
I need the "name" to be read from a file.I have 500 names to match in order to grep out some information from the name, and i don't want to sit and run the script 500 times
can anyone help with a script that will run this shownamescript on each name in the file and output the "text_to_match" information?
Thankyou so much