Hi ,
I want to grep for multiple lines, like
;START
;copy here
;END
I need to grep from ;START to ;END
I am using windiws XP.
Please let me know if anybody can help.
I tried
grep /^;START[.*][\n];END$/mi, <FILE>;
Thanks
Anil
I want to grep for multiple lines, like
;START
;copy here
;END
I need to grep from ;START to ;END
I am using windiws XP.
Please let me know if anybody can help.
I tried
grep /^;START[.*][\n];END$/mi, <FILE>;
Thanks
Anil
Comment