[PYTHON] Script to print strings from various text files.

Gibe

Veteran XV
1.) This isn't my homework, this is just something that'll make my life a hell of a lot easier.


Code:
/*/*/archive*/jobs/*#####*/job.phase

Where job.phase is the text file, ##### are the 5 digits I'd like to be able specify. The string should be "skip_events=" and then it'll be followed by any amount of numbers.

All I'd like it to do is printout all of the job.phase skip_events for all directories that fit the #####.
 
Back
Top