[vox-tech] sed question

David Margolis vox-tech@lists.lugod.org
Wed, 29 Oct 2003 21:41:16 -0800 (PST)


Nevermind,

I used the '@' in my call to sed and it worked just fine.

Thanks for the help!
Dave

On Wed, 29 Oct 2003, Bryan Richter wrote:

>
> On Wed, Oct 29, 2003 at 08:06:38PM -0800, David Margolis wrote:
> > How do I do: 'sed s/$i\\/$i/$i/g' when $i might have it's own forward
> > slashes?
>
> The / character is arbitrary in sed expressions. Maybe try using
> 'sed s#$i\\/$i#$i#g' ?
>
> -Bryan R
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>