<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Command-Line Multitasking with Screen</title>
	<atom:link href="http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: marc</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-15124</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Sun, 18 Dec 2011 23:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-15124</guid>
		<description>im looking for openup a new deatached screen session within a bashscript with a commandline like this..
screen -d -m `TS=$(date +%c); logger &quot;STARTSYNC $TS&quot;; /usr/bin/rsync -az --progress /mnt/source /mnt/targed &amp;&amp; logger &#039;SYNC done!&#039; &#124;&#124; logger &#039;SYNC failed!&#039;;TS=$(date +%c); logger &quot;ENDSYNC $TS&quot; `;
in this case it seems that no screensession is opened. promt just cames back after rsync.
but i whant to get the prompt back after running my script. rsync shuld be places in a screen session and terminates if done. in this case i will be able to watch the progress of rsync if i login to my server while sync is running.</description>
		<content:encoded><![CDATA[<p>im looking for openup a new deatached screen session within a bashscript with a commandline like this..<br />
screen -d -m `TS=$(date +%c); logger &#8220;STARTSYNC $TS&#8221;; /usr/bin/rsync -az &#8211;progress /mnt/source /mnt/targed &amp;&amp; logger &#8216;SYNC done!&#8217; || logger &#8216;SYNC failed!&#8217;;TS=$(date +%c); logger &#8220;ENDSYNC $TS&#8221; `;<br />
in this case it seems that no screensession is opened. promt just cames back after rsync.<br />
but i whant to get the prompt back after running my script. rsync shuld be places in a screen session and terminates if done. in this case i will be able to watch the progress of rsync if i login to my server while sync is running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-14843</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Mon, 11 Jul 2011 12:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-14843</guid>
		<description>I have just discovered &quot;screen&quot; and I must say I agree with you. LOVE IT LOVE IT LOVE IT. Now I use it daily! Thanks on the advice for exiting screens tho! Seems so simple when you think about it!!!!</description>
		<content:encoded><![CDATA[<p>I have just discovered &#8220;screen&#8221; and I must say I agree with you. LOVE IT LOVE IT LOVE IT. Now I use it daily! Thanks on the advice for exiting screens tho! Seems so simple when you think about it!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mica Skeppstedt</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-10993</link>
		<dc:creator>Mica Skeppstedt</dc:creator>
		<pubDate>Thu, 06 May 2010 21:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-10993</guid>
		<description>Thank you! I was looking for the ctrl+a c and ctrl+a 0-9 combination :3 *hugs*</description>
		<content:encoded><![CDATA[<p>Thank you! I was looking for the ctrl+a c and ctrl+a 0-9 combination :3 *hugs*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nibb</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-8537</link>
		<dc:creator>nibb</dc:creator>
		<pubDate>Fri, 17 Apr 2009 10:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-8537</guid>
		<description>dude - you just go &#039;ctrl-a&#039; and the &#039;a&#039;, screen escapes and allows you to do the second a to get to the beginning of the line </description>
		<content:encoded><![CDATA[<p>dude &#8211; you just go &#039;ctrl-a&#039; and the &#039;a&#039;, screen escapes and allows you to do the second a to get to the beginning of the line</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedoux</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-6135</link>
		<dc:creator>Fedoux</dc:creator>
		<pubDate>Wed, 05 Nov 2008 12:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-6135</guid>
		<description>Hello
I have make a profile in gnome-terminal, and in this profile i have put a custom-command

--&gt; &quot;screen -S irssi; irssi&quot;

than i have make a new entry in my main-menu with an custom icon, thats start my custom gnome-terminal-profile.

--&gt; &quot;gnome-terminal --geometry=1024x768+0+0 --window-with-profile=irssi-screen&quot;

thats all ;)

bye</description>
		<content:encoded><![CDATA[<p>Hello<br />
I have make a profile in gnome-terminal, and in this profile i have put a custom-command</p>
<p>&#8211;&gt; &#8220;screen -S irssi; irssi&#8221;</p>
<p>than i have make a new entry in my main-menu with an custom icon, thats start my custom gnome-terminal-profile.</p>
<p>&#8211;&gt; &#8220;gnome-terminal &#8211;geometry=1024&#215;768+0+0 &#8211;window-with-profile=irssi-screen&#8221;</p>
<p>thats all <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anmsidblog :: GNU Screen :: September :: 2007</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-1443</link>
		<dc:creator>anmsidblog :: GNU Screen :: September :: 2007</dc:creator>
		<pubDate>Sun, 23 Sep 2007 06:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-1443</guid>
		<description>[...] Command line multitasking with screen The Power of &#8217;screen&#8217; [...]</description>
		<content:encoded><![CDATA[<p>[...] Command line multitasking with screen The Power of &#8217;screen&#8217; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flac</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-1442</link>
		<dc:creator>flac</dc:creator>
		<pubDate>Sat, 14 Jul 2007 07:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-1442</guid>
		<description>I have developed something for command line apps and multitasking with screen,
Basically for my own use, but i realised many people like to use command line...

I call it ScreenFace, ie., Screen InterFace

You guys might wanna check it out here...
http://flac.wordpress.com/2007/07/10/a-day-without-x-screenface-for-ubuntu/
http://ubuntuforums.org/showthread.php?t=497602</description>
		<content:encoded><![CDATA[<p>I have developed something for command line apps and multitasking with screen,<br />
Basically for my own use, but i realised many people like to use command line&#8230;</p>
<p>I call it ScreenFace, ie., Screen InterFace</p>
<p>You guys might wanna check it out here&#8230;<br />
<a href="http://flac.wordpress.com/2007/07/10/a-day-without-x-screenface-for-ubuntu/" rel="nofollow">http://flac.wordpress.com/2007/07/10/a-day-without-x-screenface-for-ubuntu/</a><br />
<a href="http://ubuntuforums.org/showthread.php?t=497602" rel="nofollow">http://ubuntuforums.org/showthread.php?t=497602</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sexy Sexy Penguins&#187;Blog Archive &#187; rtorrent - An introduction</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-1441</link>
		<dc:creator>Sexy Sexy Penguins&#187;Blog Archive &#187; rtorrent - An introduction</dc:creator>
		<pubDate>Sun, 27 May 2007 20:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-1441</guid>
		<description>[...] tend to use screen with rtorrent so you may be interested in this as well. screen provides the extra functionality of [...]</description>
		<content:encoded><![CDATA[<p>[...] tend to use screen with rtorrent so you may be interested in this as well. screen provides the extra functionality of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Projeto ITA-Alumni &#187; Guardando telas no terminal SSH do Linux</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-1439</link>
		<dc:creator>Projeto ITA-Alumni &#187; Guardando telas no terminal SSH do Linux</dc:creator>
		<pubDate>Wed, 23 May 2007 04:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-1439</guid>
		<description>[...] Mais informações: http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/  [...]</description>
		<content:encoded><![CDATA[<p>[...] Mais informações: <a href="http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/ " rel="nofollow">http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/ </a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://ubuntu-tutorials.com/2007/05/04/command-line-multitasking-with-screen/#comment-1440</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sun, 20 May 2007 14:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=330#comment-1440</guid>
		<description>I tried screen, but the problem is that it changes my TERM from xterm to screen.

Then when I try mc -x (mouse support on midnight commander) it doesn&#039;t work.

I have not been able to find a work around to this.</description>
		<content:encoded><![CDATA[<p>I tried screen, but the problem is that it changes my TERM from xterm to screen.</p>
<p>Then when I try mc -x (mouse support on midnight commander) it doesn&#8217;t work.</p>
<p>I have not been able to find a work around to this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/6 queries in 0.004 seconds using disk: basic
Object Caching 313/314 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 19:22:14 -->
