<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=1634&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] terminal 'history']]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1634</link>
		<description><![CDATA[The most recent posts in [SOLVED] terminal 'history'.]]></description>
		<lastBuildDate>Fri, 06 Oct 2017 07:00:32 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] terminal 'history']]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5351#p5351</link>
			<description><![CDATA[<p>Yes, that&#039;s the solution <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Fri, 06 Oct 2017 07:00:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5351#p5351</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] terminal 'history']]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5342#p5342</link>
			<description><![CDATA[<div class="codebox"><pre><code>sort -u  ~/.bash_history &gt; temporary-file
cat temporary-file &gt; ~/.bash_history
nl temporary-file &gt; index_file</code></pre></div><p>Use the index file for reference. You don&#039;t want to number the lines in .bash_history, but you do want a numbered list.<br />This will work until you reach the limit of bash_history, and the commands start scrolling off the top. See &#039;man bash&#039; for the HISTSIZE setting if you want to change the number of lines that get saved. I don&#039;t remember what the default is - maybe 1000 or 2000.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 05 Oct 2017 21:00:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5342#p5342</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] terminal 'history']]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5329#p5329</link>
			<description><![CDATA[<p>yes, that&#039;s get me part of the way<br />How do I get a numbered list with just one example of each used command<br />so I can use&#160; !111 to enable a command</p>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Thu, 05 Oct 2017 16:14:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5329#p5329</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] terminal 'history']]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5325#p5325</link>
			<description><![CDATA[<div class="codebox"><pre><code>sort -u  ~/.bash_history</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 05 Oct 2017 13:28:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5325#p5325</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] terminal 'history']]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5324#p5324</link>
			<description><![CDATA[<p>i&#160; have used the terminal command &#039;history&#039; a few times and wonder that I can not edit in the list<br />What I would like to have is a list where every single command that has been used appears only once, is that possible ?</p>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Thu, 05 Oct 2017 10:00:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5324#p5324</guid>
		</item>
	</channel>
</rss>
