i need to do a very basic task...
read every line in a log file AND if it finds a string im looking for copy that entire LINE to another file then keep moving
essentially i need to make a minilog file from a master one
whats really hanging me up is how you copy the entire line to another file