[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

sed GURU help me~



 
Hi?
 
Thank you for the answer before..
 
c:\tmp\kbs+-www.kbs.co.kr+-cgi-bin+-test.cgi
c:\tmp\mbc+-www.mbc.co.kr+cgi-bn+-sample.cgi
c:\tmp\sbs+-www.sbs.co.kr+-cwb-bin+-sbs.cgi
 
=>          I'd like to change the above to the below..
 
move "c:\tmp\kbs+-www.kbs.co.kr+-cgi-bin+-test.cgi" www.kbs.co.kr+-cgi-bin+-test.cgi
move "c:\tmp\mbc+-www.mbc.co.kr+cgi-bn+-sample.cgi" www.mbc.co.kr+cgi-bn+-sample.cgi
move "c:\tmp\sbs+-www.sbs.co.kr+-cwb-bin+-sbs.cgi" www.sbs.co.kr+-cwb-bin+-sbs.cgi
 
sed -e "s/^insert move "     insert again only www.~~
 
Please help me sed GURU..
 
Thanks,
GGG

Reply to: