tropicalisland
MIS
Hi,
I have files that have many of the following data in the file:
Start: 9:20
End: 10:30
Clone: 11:50
test test test
....
Start: 11:55
End: 12:54
...
test test
Start: 01:22
End: 04:45
Clone: 06:20
---
I want to extract all lines that contain "Start Stop and Clone"
I tried using find, but couldn't get it to work.
Thank you for any help,
Chris
I have files that have many of the following data in the file:
Start: 9:20
End: 10:30
Clone: 11:50
test test test
....
Start: 11:55
End: 12:54
...
test test
Start: 01:22
End: 04:45
Clone: 06:20
---
I want to extract all lines that contain "Start Stop and Clone"
I tried using find, but couldn't get it to work.
Thank you for any help,
Chris