<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Menlo;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
p.ygrp-photo-title, li.ygrp-photo-title, div.ygrp-photo-title
        {mso-style-name:ygrp-photo-title;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        text-align:center;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
p.ad, li.ad, div.ad
        {mso-style-name:ad;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
p.ad1, li.ad1, div.ad1
        {mso-style-name:ad1;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
p.p1, li.p1, div.p1
        {mso-style-name:p1;
        margin:0in;
        margin-bottom:.0001pt;
        background:white;
        font-size:8.5pt;
        font-family:"Menlo",serif;
        color:black;}
p.ad2, li.ad2, div.ad2
        {mso-style-name:ad2;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.apple-converted-space
        {mso-style-name:apple-converted-space;}
span.EmailStyle24
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle25
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi Gregg,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Well, unfortunately I’m in the US (although there are people who think that Alaska is a different country, so maybe that counts).  Also, I’m about to give you way more answer than you ever wanted!<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The issue that Emir and Chris have been attempting to address is “smart-quotes”.  For instance, I’m writing this in Outlook.  If you look very carefully, the quotes around smart-quotes look slightly different, both from each other and from this " character) – the left one is Unicode “LEFT DOUBLE QUOTATION MARK”, and the right one is Unicode “RIGHT DOUBLE QUOTATION MARK”.  Both of those are Unicode characters that have no ANSI/ASCII equivalent (they are Unicode code-points U+201C and U+201D respectively).  The original “QUOTATION MARK” character is a neutral (vertical) one that is present in ANSI/ASCII 0x22 and in UNICODE as U+0022.  The same issue shows up with single-quotes – the ANSI/ASCII “APOSTROPHE” character is 0x27 or U+0027, but there are Unicode left and right single quotes at U+2018 and U+2019.  Finally, there is also the ANSI/ASCII “GRAVE ACCENT” character 0x60 (Unicode U+0060).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The three ANSI/ASCII quotes characters have special meaning for a Mac/Unix/Linux/BSD/etc. terminal window.  The double-quote one means "this string of text should be considered a single parameter, and variable interpolation should be performed on it".  The single-quote one means 'this string of text should be considered a single parameter, but variable interpolation should not be performed on it'.  The back-quote means `this string of text should be variable interpolated and then executed and the results substituted here before executing the command as a whole`.  Compare the following output:<o:p></o:p></p><p class=MsoNormal>[toby@vin ~]$ echo "$HOME"<o:p></o:p></p><p class=MsoNormal>/home/toby<o:p></o:p></p><p class=MsoNormal>[toby@vin ~]$ echo '$HOME'<o:p></o:p></p><p class=MsoNormal>$HOME<o:p></o:p></p><p class=MsoNormal>[toby@vin ~]$ echo `$HOME`<o:p></o:p></p><p class=MsoNormal>bash: /home/toby: Is a directory<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The last output is because /home/toby isn’t a valid command – you can’t execute a directory!<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The problem is that terminal windows for Mac/Unix/Linux/BSD/etc. and Command Prompts for Windows only treat the original ANSI/ASCII characters as proper single and double quote characters with special meaning.  Furthermore, in many monospaced fonts (the kind used in terminal windows and Command Prompts), the Unicode left/right quotes end up looking identical (or almost identical) to the ANSI/ASCII neutral quotes, making it very hard to distinguish.  Many e-mail editors and word processors attempt to helpfully substitute the Unicode left/right quotes for the ANSI/ASCII ones in order to make the e-mails look better, but it ends up creating major problems for copying command lines from e-mail messages (and documentation).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The same problem can affect hyphens – the ANSI/ASCII character is 0x45, known in Unicode as “HYPHEN-MINUS”.  Again, many e-mail editors and word processors automatically attempt to substitute one of the various Unicode hyphens: “HYPHEN” (U+2010), “NON-BREAKING HYPHEN” (U+2011), “FIGURE DASH” (U+2012), “EN DASH” (U+2013), “EM DASH” (U+2014), “MINUS SIGN” (U+2212), and there are more!  None of these Unicode-only hyphens have the special meaning accorded to the ANSI/ASCII character in a terminal window or Command Prompt, which leads to problems yet again!<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Windows 10 added a new option for Command Prompts “Filter clipboard contents on paste” which is turned on by default.  It automatically maps those fancy left/right quotes and special hyphens to the ANSI/ASCII equivalents when pasting into a Command Prompt, thus mitigating the problem introduced by the helpful e-mail editors and word processors.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>OK – I think that may be enough on this subject!<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal>Toby<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b>From:</b> self-interest@yahoogroups.com <self-interest@yahoogroups.com> <br><b>Sent:</b> Saturday, May 5, 2018 5:05 AM<br><b>To:</b> self-interest@yahoogroups.com<br><b>Subject:</b> Re: [self-interest] Re: beginner trying to run Self on Mac<o:p></o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><br><br>Hi Emir, I wont be happy until I have people from 5 different countries helping me around the clock so thanks. All the quotes I have used in the last 4 or so posts all look identical in my terminal window at the moment (single quotes) I could try hand typing it if you think that will work but right now the prompt is   >    instead of   <span style='font-size:8.5pt;font-family:"Menlo",serif'>greggevans:self greggarthurevansgmail.com$<span class=apple-converted-space> should I clear the terminal and start over?</span></span> <br><br><br><o:p></o:p></p><div><p class=MsoNormal><span style='color:white'><o:p></o:p></span></p></div></div></body></html>