Simple grep of file...
grep "^*" file
file~~~~~
pazooc1:\
:.retry.stwait=00.00.3:\
:cortr.sattpts=3:\
:cn.retry.ltwat=00.10.00:\
:cn.rety.ltattempts=6:\
:tcpax.time.toait=0:\
:runsep.max.time.to.wit=0:\
systemzoo:\
:dkdkd
:sksdk
~~~~~~~~
grep "^*" file
This should pick up these two lines below in the file
pazooc1:\
systemzoo:\
Am I not doing this correctly.
Let me know. thanks.
grep "^*" file
file~~~~~
pazooc1:\
:.retry.stwait=00.00.3:\
:cortr.sattpts=3:\
:cn.retry.ltwat=00.10.00:\
:cn.rety.ltattempts=6:\
:tcpax.time.toait=0:\
:runsep.max.time.to.wit=0:\
systemzoo:\
:dkdkd
:sksdk
~~~~~~~~
grep "^*" file
This should pick up these two lines below in the file
pazooc1:\
systemzoo:\
Am I not doing this correctly.
Let me know. thanks.