sed script problem

Guillaume guillaume.chardin at gmail.com
Fri Aug 22 14:00:28 UTC 2008


2008/8/22 Patrick Kaiser <patrick at argonius.de>:
> On Fri, Aug 22, 2008 at 03:32:47PM +0200, Guillaume wrote:
>> 2008/8/22 Patrick Kaiser <patrick at argonius.de>:
>>
>> > can you post the script or attach it?
>> > maybe you have to double escape special characters?

Ok, youre right, i just have to add simple quote to $filename var. I
was sure i do that before but.... Not !
thanks for your help !



>> sed -e '/$filename/d' ./$LINK_LIST
sed -e '/'$filename'/d' ./$LINK_LIST



-- 
Guillaume




More information about the users mailing list