|
Extrating Data
I'm new to unix scripting
I have a file with thousands of rows, each row starts with a transaction code such as H1012, H1013, T7890, M678N. Each Transaction code is always 5 letter long. I need to extract all the rows starting from U1012 and write the output to another file.
How do I do that?
Thanks in Advance
|