<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bash on Linux Café</title>
    <link>https://mrtomlinux.org/tags/bash/</link>
    <description>Recent content in Bash on Linux Café</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 16 Jun 2026 11:00:00 +0200</lastBuildDate>
    <atom:link href="https://mrtomlinux.org/tags/bash/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Taming My Terminal History: How I Learned to Stop Worrying and Love a 10,000-Line Bash History</title>
      <link>https://mrtomlinux.org/post/2026-06-16-taming-my-terminal-history-how-i-learned-to-s/</link>
      <pubDate>Tue, 16 Jun 2026 11:00:00 +0200</pubDate>
      <guid>https://mrtomlinux.org/post/2026-06-16-taming-my-terminal-history-how-i-learned-to-s/</guid>
      <description>&lt;h2 id=&#34;introduction-to-terminal-history&#34;&gt;Introduction to Terminal History&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve found myself dealing with a massive terminal history, spanning thousands of lines, more times than I can count. It&amp;rsquo;s a double-edged sword - having a record of all the commands I&amp;rsquo;ve run is great, but sifting through it all can be overwhelming. I decided to take control of my terminal history, and I&amp;rsquo;ve picked up a few tricks to make it more manageable.&lt;/p&gt;&#xA;&lt;h2 id=&#34;understanding-bash-history&#34;&gt;Understanding Bash History&lt;/h2&gt;&#xA;&lt;p&gt;Bash history is stored in a file, usually located at &lt;code&gt;~/.bash_history&lt;/code&gt;. This file contains a list of all the commands you&amp;rsquo;ve run, in the order they were executed. By default, Bash will store up to 500 lines of history, but you can increase or decrease this by modifying the &lt;code&gt;HISTSIZE&lt;/code&gt; variable in your Bash configuration file. Don&amp;rsquo;t bother with decreasing it, though - I&amp;rsquo;ve seen this go wrong when you need to recall a command from a few days ago.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
