On Tue, Feb 28, 2006 at 11:38:58PM -0600, Randy McMurchy wrote:
> 
> I don't want to argue the fact Bruce, but I do feel you owe me
> the courtesy of providing an example using backticks that works.
> 
> Otherwise, you must concede that the constructs produce different
> results. And, looking at the example I provided, one is broken,
> one is not.

Oh bollocks!

Wrong:
JUSTFORBRUCE=`echo ${BIGSTRING} | sed "s/^.*\($MYSTRING\).*$/\\${COUNTER}/"`

Right:
JUSTFORBRUCE=`echo ${BIGSTRING} | sed "s/^.*\($MYSTRING\).*$/\${COUNTER}/"`


-- 
Archaic

Want control, education, and security from your operating system?
Hardened Linux From Scratch
http://www.linuxfromscratch.org/hlfs

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to