upilliappan
MIS
Hi
I have a logfile as follows
******************
timeout=100
users=120
home=/usr/kevin
capacity=222
capacity=666
*******************
I want to grep for the pattern "capacity=" and remove the characters following it.
****************************
timeout=100
users=120
home=/usr/kevin
*****************************
Please help me in writing a script which uses sed command for doing it ]#
Regards
Upilli
I have a logfile as follows
******************
timeout=100
users=120
home=/usr/kevin
capacity=222
capacity=666
*******************
I want to grep for the pattern "capacity=" and remove the characters following it.
****************************
timeout=100
users=120
home=/usr/kevin
*****************************
Please help me in writing a script which uses sed command for doing it ]#
Regards
Upilli