[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HEAD: func_quote_for_expand and Solaris 2.6 /bin/sed
From: |
Ralf Menzel |
Subject: |
Re: HEAD: func_quote_for_expand and Solaris 2.6 /bin/sed |
Date: |
Thu, 15 Feb 2007 15:50:48 +0100 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (usg-unix-v) |
Ralf Menzel <address@hidden> writes:
> Hm, did you consider using something like this?
>
[...]
Oops, that was an early version. Here is the latest version:
--- snip ---
sed_double_backslash="\
s/$bs4/$bs4\\
/g
s/^$bs2$dollar/$bs2$bs$dollar/
s/\\([[^$bs]]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
s/\n//g"
--- snip ---
Bye,
Ralf Menzel