brandall484
Programmer
Hi, I am new to perl and am trying to get a project done but don't know where to start!! I am pretty frusturated!
My problem is this: I need to search a file for a text string such as S13OP*. there are hundreds of variants of that file name in the file I want to search, but all have that prefix. then I need to run that same command on a second file and then compare them. this is to double check that what I intended to have for data, I do actually have. is there a simple way to do this?
I keep getting hungup because I am not sure how to search fopr a string such as S13OP*, and I also have no idea how to create a new file with the results of the searches so that they can be compared!
Thanks for the help!!!
My problem is this: I need to search a file for a text string such as S13OP*. there are hundreds of variants of that file name in the file I want to search, but all have that prefix. then I need to run that same command on a second file and then compare them. this is to double check that what I intended to have for data, I do actually have. is there a simple way to do this?
I keep getting hungup because I am not sure how to search fopr a string such as S13OP*, and I also have no idea how to create a new file with the results of the searches so that they can be compared!
Thanks for the help!!!