<div dir="ltr">Backticks are required in some cases though, so they do have their purpose.<div><br></div><div>- bjs</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 12, 2019 at 12:07 PM Jim Cottrell <<a href="mailto:jecottrell3@comcast.net">jecottrell3@comcast.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">STOP using Backticks!<br>
<br>
GOOD: var=$(command args...)<br>
<br>
BAD: var=`command args...`<br>
<br>
At the Very Least, you won't have to explain what kind of Quotes you are <br>
using.<br>
<br>
JIM<br>
<br>
On 8/8/19 1:08 PM, Howard Bampton wrote:<br>
> 1) Save message to a scratch file<br>
> 2) egrep '(http:|https:)' /path/to/scratchfile > /path/to/newfile<br>
> 3) wget `cat /path/to/newfile`<br>
><br>
> The single quote marks in step 3 are back tics (`), not normal single <br>
> quotes (') [aka not the quote on the same key as the double quote key]<br>
<br>
_______________________________________________<br>
CALUG mailing list<br>
<a href="mailto:CALUG@unknownlamer.org" target="_blank">CALUG@unknownlamer.org</a><br>
<a href="http://lists.unknownlamer.org/listinfo/calug" rel="noreferrer" target="_blank">http://lists.unknownlamer.org/listinfo/calug</a><br>
</blockquote></div>