Then here is your solution:<br><br>ssh -t login@host 'top; bash'<br><br>So, you send a pipeline, once top exits, a shell is invoked and stays there for you.<br><br><div class="gmail_quote">On Thu, May 23, 2013 at 12:54 AM, unsolicited <span dir="ltr"><<a href="mailto:unsolicited@swiz.ca" target="_blank">unsolicited@swiz.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The remote shell should stay in place once top is exited with 'q'.<div class="im"><br>
<br>
On 13-05-22 09:38 PM, Khalid Baheyeldin wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
I deleted your original email, so lost some details here.<br>
<br>
But this works for me:<br>
<br>
ssh -t login@host top<br>
<br>
Without a bash -c<br>
<br>
That gives me a working top. When I press q the remote command exits and I<br>
get disconnected. Works as designed.<br>
<br>
If you want it to show you just one refresh of top, then use<br>
<br>
ssh -t login@host 'top -b -n1'<br>
<br>
On Wed, May 22, 2013 at 9:29 PM, unsolicited <<a href="mailto:unsolicited@swiz.ca" target="_blank">unsolicited@swiz.ca</a>> wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
But what is causing the initial difficulty?<br>
<br>
It doesn't seem unreasonable to give ssh an initial command to run, such<br>
as bash, and to give bash an initial command to run, such as top.<br>
<br>
What am I missing / misunderstanding?<br>
<br>
<br>
On 13-05-22 07:32 PM, Khalid Baheyeldin wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If what Paul said is what you want, then just create a ~/.screenrc file<br>
and<br>
put these two lines in it:<br>
<br>
screen -t shell    1 bash # This is just a shell<br>
screen -t top      2 bash -c top # This is your top<br>
<br>
Top will be in the 2nd "window".<br>
<br>
</blockquote>
<br>
<br></div>
______________________________<u></u>**_________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/**listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/**<u></u>listinfo/kwlug-disc_kwlug.org</a><<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank"><u></u>http://kwlug.org/mailman/<u></u>listinfo/kwlug-disc_kwlug.org</a>><br>

<br>
</blockquote><div class="im">
<br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/<u></u>listinfo/kwlug-disc_kwlug.org</a><br>
<br>
</div></blockquote><div class="HOEnZb"><div class="h5">
<br>
<br>
______________________________<u></u>_________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/<u></u>listinfo/kwlug-disc_kwlug.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br>