|
How to cut multiple patterns from a file?
Hi,
I need to cut values after searching for similar patterns in a file. For example, I have the following pattern in a file:
####<Nov12 2007> <user: Vijay> <user id:123456 college:anna univ> <error code: runtime exception>
I need the values for
date:
User:
User id:
College:
Error code:
Can somebody help me to obtain the same?
|