[CALUG] offsite for file access

Jason C. Miller jason.c.miller at gmail.com
Mon Aug 12 12:38:18 EDT 2019


Short of legacy Bourne-shell execution, what are the cases?

On Mon, Aug 12, 2019 at 9:35 AM Bryan J Smith <b.j.smith at ieee.org> wrote:

> Backticks are required in some cases though, so they do have their purpose.
>
> - bjs
>
> On Mon, Aug 12, 2019 at 12:07 PM Jim Cottrell <jecottrell3 at comcast.net>
> wrote:
>
>> STOP using Backticks!
>>
>> GOOD: var=$(command args...)
>>
>> BAD: var=`command args...`
>>
>> At the Very Least, you won't have to explain what kind of Quotes you are
>> using.
>>
>> JIM
>>
>> On 8/8/19 1:08 PM, Howard Bampton wrote:
>> > 1) Save message to a scratch file
>> > 2) egrep '(http:|https:)' /path/to/scratchfile > /path/to/newfile
>> > 3) wget `cat /path/to/newfile`
>> >
>> > The single quote marks in step 3 are back tics (`), not normal single
>> > quotes (') [aka not the quote on the same key as the double quote key]
>>
>> _______________________________________________
>> CALUG mailing list
>> CALUG at unknownlamer.org
>> http://lists.unknownlamer.org/listinfo/calug
>>
> _______________________________________________
> CALUG mailing list
> CALUG at unknownlamer.org
> http://lists.unknownlamer.org/listinfo/calug
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.unknownlamer.org/pipermail/calug/attachments/20190812/abd23991/attachment.html>


More information about the CALUG mailing list