<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Posts tagged: tip</title>
  <id>https://waylonwalker.com/tags/tip/atom.xml</id>
  <updated>2020-12-11T00:00:00Z</updated>
  <subtitle>All posts with the tag &#34;tip&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/tip/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/tip/atom.xml" rel="self" type="application/atom+xml"></link>
  <author>
    <name>Waylon Walker</name>
  </author>
  <generator uri="https://github.com/WaylonWalker/markata-go">markata-go</generator>
  <entry>
    <title>Compare Directories In Bash</title>
    <id>https://waylonwalker.com/compare-directories-in-bash/</id>
    <updated>2020-12-11T00:00:00Z</updated>
    <published>2020-12-11T00:00:00Z</published>
    <link href="https://waylonwalker.com/compare-directories-in-bash/" rel="alternate" type="text/html"></link>
    <summary type="text">Today I needed to check for articles that used the same slug from two directories, bash made it super simple.</summary>
    <content type="html">&lt;p&gt;Today I needed to check for articles that used the same slug from two directories, bash made it super simple.&lt;/p&gt;&#xA;&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;diff -rq src/pages/blog src/pages/notes&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>