sed script problem

Kevin Martin kevintm at ameritech.net
Fri Aug 22 13:37:16 UTC 2008



Guillaume wrote:
> hi,
>
> I hope that someone could answer my question :D
>
> I experience a problem with sed. If i run this sed in 'interactive'
> command line with this command line :
>
> sed -i -e '/%B5content%5D/d' file.tx
> Note that I use special char in the deleted part I search for.
> if I run the same in a script, the command does not delete any
> correspondant existing string.
>
> do you know why ?
>
> Thanks,
>
>   
When you run it in a script is it as the same user with the same shell?  
Is the script picking up your environment?

Kevin




More information about the users mailing list