<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 2013-10-14, at 10:44 PM, Jeremy Jones wrote:</div><div><br></div><div>&gt; _IF_ any of you can advise me as to how I can copy text in the command line, and then past it into the web browser (i.e.: Google mail!),<br>&gt; _THEN_ I may be able to provide more and better details.</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><p dir="ltr">Alternatively you could use ssh from one of your Mac's to run the requested commands on the mythbox. Then you can copy and paste with the computer you have email setup on.</p></span></blockquote></div><br><div>+1 to this. The mac has a good built-in terminal program, from the finder press Command-Shift-U to bring up the Utilities folder and launch terminal. ssh to the myth box and you can select &amp; copy like any other window, even use Command-A to select the entire scroll history.</div><div><br></div><div>Also helpful is the textedit program (Finder Command-Shift-A for Applications) so you can cut down the text to what you want to present.</div><div><br></div><div>Finally, from the terminal you can also use scp to copy masses of files like this to bring over all of myth’s log files:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>scp -r root@&lt;myth box ip&gt;:/var/log/mythtv ~/Desktop</div><div><br></div><div>that wil put them on your desktop in a mythtv folder where it’s easier to pick through and look at things.</div><div><br></div><div>- George</div></body></html>