<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Kai Timmer</title>
    <description>The latest articles on Forem by Kai Timmer (@ofcourseican).</description>
    <link>https://forem.com/ofcourseican</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F273461%2F18bafa7b-e993-49ad-812a-fde575cfb496.jpeg</url>
      <title>Forem: Kai Timmer</title>
      <link>https://forem.com/ofcourseican</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ofcourseican"/>
    <language>en</language>
    <item>
      <title>The single most timesaving bash shortcut</title>
      <dc:creator>Kai Timmer</dc:creator>
      <pubDate>Tue, 19 Nov 2019 07:35:30 +0000</pubDate>
      <link>https://forem.com/ofcourseican/the-single-most-timesaving-bash-shortcut-943</link>
      <guid>https://forem.com/ofcourseican/the-single-most-timesaving-bash-shortcut-943</guid>
      <description>&lt;p&gt;It is a bit of embarrassing but I spent 10 years in my field without knowing the &lt;/p&gt;

&lt;p&gt;&lt;code&gt;cd -&lt;/code&gt;,&lt;code&gt;git checkout/merge -&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;shortcut.&lt;/p&gt;

&lt;p&gt;The &lt;code&gt;-&lt;/code&gt;references the last folder/branch you accessed. So this is a thing:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ pwd
/Users/kait/Downloads

$ cd test
$ pwd        
/Users/kait/Downloads/test

$ cd -
$ pwd
/Users/kait/Downloads
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Probably the biggest revelation I ever had once a colleague of mine told me.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>bash</category>
    </item>
  </channel>
</rss>
