Tagged Questions
0
votes
2answers
29 views
Which method to use in searching for a line in a file
I have a file with path names to files:
/my/path1
/my/path11
/my/path12
/my/path13
The file structure is that it has individual paths in each line. All I want to do is search for the existence of a ...