<?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: Linux Terminal Control Sequences</title>
	<atom:link href="http://linux.bihlman.com/2009/11/14/linux-terminal-control-sequences/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.bihlman.com/2009/learn-linux-help/linux-terminal-control-sequences/</link>
	<description>Free Linux help, tips &#38; tricks!</description>
	<lastBuildDate>Sun, 05 Feb 2012 14:42:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: nu</title>
		<link>http://linux.bihlman.com/2009/learn-linux-help/linux-terminal-control-sequences/comment-page-1/#comment-549</link>
		<dc:creator>nu</dc:creator>
		<pubDate>Fri, 27 Nov 2009 11:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://linux.bihlman.com/?p=650#comment-549</guid>
		<description>@stlouisubntu - use the &#039;jobs&#039; command to list suspended jobs. Then you can either resume jobs (&#039;fg&#039; or &#039;bg&#039;), or kill them. E.g. to kill the first job do &#039;kill %1&#039;.</description>
		<content:encoded><![CDATA[ <img src='http://linux.bihlman.com/wp-content/plugins/wp-useragent/img/24/net/firefox.png' title='Firefox 3.5.5' style='border:0px;vertical-align:middle;' alt='Firefox 3.5.5' /> Firefox 3.5.5  <img src='http://linux.bihlman.com/wp-content/plugins/wp-useragent/img/24/os/ubuntu-1.png' title='Ubuntu 9.10' style='border:0px;vertical-align:middle;' alt='Ubuntu 9.10' /> Ubuntu 9.10<br /><small>Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5</small><p>@stlouisubntu &#8211; use the &#8216;jobs&#8217; command to list suspended jobs. Then you can either resume jobs (&#8216;fg&#8217; or &#8216;bg&#8217;), or kill them. E.g. to kill the first job do &#8216;kill %1&#8242;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Kut</title>
		<link>http://linux.bihlman.com/2009/learn-linux-help/linux-terminal-control-sequences/comment-page-1/#comment-516</link>
		<dc:creator>Richard Kut</dc:creator>
		<pubDate>Mon, 16 Nov 2009 18:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://linux.bihlman.com/?p=650#comment-516</guid>
		<description>Don&#039;t forget Ctrl+K, which deletes all text to the right of the cursor.</description>
		<content:encoded><![CDATA[ <img src='http://linux.bihlman.com/wp-content/plugins/wp-useragent/img/24/net/firefox.png' title='Firefox 3.5.5' style='border:0px;vertical-align:middle;' alt='Firefox 3.5.5' /> Firefox 3.5.5  <img src='http://linux.bihlman.com/wp-content/plugins/wp-useragent/img/24/os/win-2.png' title='Windows XP' style='border:0px;vertical-align:middle;' alt='Windows XP' /> Windows XP<br /><small>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)</small><p>Don&#8217;t forget Ctrl+K, which deletes all text to the right of the cursor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stlouisubntu</title>
		<link>http://linux.bihlman.com/2009/learn-linux-help/linux-terminal-control-sequences/comment-page-1/#comment-515</link>
		<dc:creator>stlouisubntu</dc:creator>
		<pubDate>Mon, 16 Nov 2009 03:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://linux.bihlman.com/?p=650#comment-515</guid>
		<description>Thanks for this post.  One problem I frequently have is that when I type &quot;exit&quot; to leave and close out a terminal session after I have used either CTRL-C or CTRL-Z (I don&#039;t recall which), I get the error message, &quot;There are stopped jobs.&quot;  I then type exit again and it exits / closes out my terminal session.  This tells me that I am improperly cancelling / terminating / stopping processes.  I want to correct this and end / exit processes properly but do not know what to do differently.  Any advice, recommendations, or suggestions would be appreciated.

Thanks.</description>
		<content:encoded><![CDATA[ <img src='http://linux.bihlman.com/wp-content/plugins/wp-useragent/img/24/net/firefox.png' title='Firefox 3.5.4' style='border:0px;vertical-align:middle;' alt='Firefox 3.5.4' /> Firefox 3.5.4  <img src='http://linux.bihlman.com/wp-content/plugins/wp-useragent/img/24/os/ubuntu-1.png' title='Ubuntu 8.04 x64' style='border:0px;vertical-align:middle;' alt='Ubuntu 8.04 x64' /> Ubuntu 8.04 x64<br /><small>Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6pre) Gecko/20091112 Ubuntu/8.04 (hardy) Firefox/3.5.4</small><p>Thanks for this post.  One problem I frequently have is that when I type &#8220;exit&#8221; to leave and close out a terminal session after I have used either CTRL-C or CTRL-Z (I don&#8217;t recall which), I get the error message, &#8220;There are stopped jobs.&#8221;  I then type exit again and it exits / closes out my terminal session.  This tells me that I am improperly cancelling / terminating / stopping processes.  I want to correct this and end / exit processes properly but do not know what to do differently.  Any advice, recommendations, or suggestions would be appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thx4</title>
		<link>http://linux.bihlman.com/2009/learn-linux-help/linux-terminal-control-sequences/comment-page-1/#comment-512</link>
		<dc:creator>thx4</dc:creator>
		<pubDate>Sun, 15 Nov 2009 07:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://linux.bihlman.com/?p=650#comment-512</guid>
		<description>Thanks for CTRL-J, I didn&#039;t know that. When I want use keyboard without arrow buttons, I was always pissed that enter button is so far away.
Little mistake, CTRL+U delete all text from left side of the cursor.

Cheers</description>
		<content:encoded><![CDATA[ <img src='http://linux.bihlman.com/wp-content/plugins/wp-useragent/img/24/net/iceweasel.png' title='IceWeasel 3.0.14' style='border:0px;vertical-align:middle;' alt='IceWeasel 3.0.14' /> IceWeasel 3.0.14  <img src='http://linux.bihlman.com/wp-content/plugins/wp-useragent/img/24/os/debian.png' title='Debian GNU/Linux' style='border:0px;vertical-align:middle;' alt='Debian GNU/Linux' /> Debian GNU/Linux<br /><small>Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)</small><p>Thanks for CTRL-J, I didn&#8217;t know that. When I want use keyboard without arrow buttons, I was always pissed that enter button is so far away.<br />
Little mistake, CTRL+U delete all text from left side of the cursor.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

