I need help with a loop
(All the functions listed I don't need help with - I just need help with the loop portion)
This is what I'd like to do
Any help would be greatly appreciated -
This is the last part of my script that I need help with
%, 2004
(All the functions listed I don't need help with - I just need help with the loop portion)
This is what I'd like to do
Code:
#Begin of script
#My functions are here
#loop to here
myfunctions1 #this gets the variable from a file
myfunctions2 #this does "grep -v $var1" to the file that the variable was received from, then removes the lines from the file that have $var1 in them - then saves the new data to the file.
#go to loop - unless there are no longer any lines in the file to process, if this is the case I would like it to go to the "continue point"
#continue point
myfunction3 #this removes any temporary files
#End of script\
Any help would be greatly appreciated -
This is the last part of my script that I need help with
%, 2004