Hi all,
I have a file which will be updated every half an hour and time stamp will be printed in the beginning of the updation. i just want to grep the content between every hoalf an hour.
Pls help me on this issue. how to grep contents between tim stamp?
Ex of file:
29/09/2010 00:30
callingPtyConvE 0 0 0 0
cpartyId 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
objectClass 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
cpartyName 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
entryACI 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
dibAttributeTyp 0 0 0 0
configType 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
objectClass 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
dibAttrTypeEntr 0 0 0 0
attributeId 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
objectClass 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
attributeName 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
syntaxType 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
location 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
singleValue 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
userAttr 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
29/09/2010 01:00
cpartyName 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
entryACI 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
dibAttributeTyp 0 0 0 0
configType 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
objectClass 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
dibAttrTypeEntr 0 0 0 0
attributeId 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
objectClass 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
attributeName 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
syntaxType 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
location 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
singleValue 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0
userAttr 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Thanks
Steve

