Hi guys
I've got the file content like this called test
if I type this
It didn't give me any results
but if I type this
It does give me all the result above.
Can you guys explain to me why ?
Or is there something missing view in vi editor ?
Cheers guys,
I've got the file content like this called test
Code:
,,,,,,,,2007/05/14,1,0
,,,,,,,,2007/01/26,1,0
,,,,,,,,2007/01/26,2,0
,,,,,,,,2007/01/26,30,0
,,,,,,,,2007/01/26,61,0
,,,,,,,,2007/01/26,91,0
,,,,,,,,2007/01/26,122,0
,,,,,,,,2007/01/26,152,0
,,,,,,,,2007/01/26,183,0
,,,,,,,,2007/01/26,274,0
,,,,,,,,2007/01/26,365,0
,,,,,,,,2007/01/26,457,0
,,,,,,,,2007/01/26,548,0
,,,,,,,,2007/01/26,639,0
,,,,,,,,2007/01/26,730,0
,,,,,,,,2007/01/26,1096,0
,,,,,,,,2007/01/26,1461,0
,,,,,,,,2007/01/26,1826,0
,,,,,,,,2007/01/26,2557,0
,,,,,,,,2007/01/26,3652,0
,,,,,,,,2007/01/26,5479,0
,,,,,,,,2007/01/26,7305,0
,,,,,,,,2007/01/26,10957,0
if I type this
Code:
egrep -i ",0$" test
but if I type this
Code:
egrep -i ",0.$" test
Can you guys explain to me why ?
Or is there something missing view in vi editor ?
Cheers guys,