<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>Command Line TV</title>
    <link>http://commandline.tv</link>
    <language>en-us</language>
    <copyright>
      ℗ &amp; © 2016 Christopher League and Christian Lopes
    </copyright>
    <itunes:subtitle>Learn the Unix shell</itunes:subtitle>
    <itunes:author>Christopher League and Christian Lopes</itunes:author>
    <itunes:explicit>clean</itunes:explicit>
    <itunes:summary><![CDATA[ Command Line TV is a video podcast to help you
    learn and master the Unix shell. Informally, &lsquo;Unix&rsquo; refers to a
    family of
    operating systems that includes GNU/Linux, Mac OS X, and FreeBSD. Operating
    a computer via the command line gives you tremendous power and flexibility,
    but it&rsquo;s not easy to learn. We&rsquo;re here to help! We start from the
    beginning, but also try to include some tips suitable for intermediate
    users. Each video is about 20 minutes long, and we aim to release a new
    episode every week or so. ]]></itunes:summary>
    <description><![CDATA[ Command Line TV is a video podcast to help you
    learn and master the Unix shell. Informally, &lsquo;Unix&rsquo; refers to a
    family of
    operating systems that includes GNU/Linux, Mac OS X, and FreeBSD. Operating
    a computer via the command line gives you tremendous power and flexibility,
    but it&rsquo;s not easy to learn. We&rsquo;re here to help! We start from the
    beginning, but also try to include some tips suitable for intermediate
    users. Each video is about 20 minutes long, and we aim to release a new
    episode every week or so.]]></description>
    <itunes:owner>
      <itunes:name>Christopher League</itunes:name>
      <itunes:email>league@contrapunctus.net</itunes:email>
    </itunes:owner>
    <itunes:image href="http://commandline.tv.s3.amazonaws.com/media/itunes-art.jpg"/>
    <itunes:category text="Technology">
      <itunes:category text="Software How-To"/>
    </itunes:category>
    <itunes:category text="Education">
      <itunes:category text="Training"/>
    </itunes:category>
    <atom:link href="http://feeds.feedburner.com/commandlinetv" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Mon, 21 Nov 2016 19:35:40 +0000</lastBuildDate>
    <pubDate>Mon, 21 Nov 2016 19:35:40 +0000</pubDate>
    <ttl>60</ttl>

    
    <item>
      <title>Episode 12: Find and locate</title>
      <itunes:summary><![CDATA[
      
<p>We use <code class="highlighter-rouge">find</code> and <code class="highlighter-rouge">locate</code> to dig up lists of files on our system that match
certain criteria. We also look at <code class="highlighter-rouge">xargs</code> for executing commands on a selected
set of files.</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>We use <code class="highlighter-rouge">find</code> and <code class="highlighter-rouge">locate</code> to dig up lists of files on our system that match
certain criteria. We also look at <code class="highlighter-rouge">xargs</code> for executing commands on a selected
set of files.</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="148041730" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode012.mp4"/>
      <link>http://commandline.tv/episode012</link>
      <guid>http://commandline.tv/episode012</guid>
      <pubDate>Tue, 20 Oct 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 11: Filesystems</title>
      <itunes:summary><![CDATA[
      
<p>We investigate the standard filesystem hierarchy and some tools for managing
filesystems.</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>We investigate the standard filesystem hierarchy and some tools for managing
filesystems.</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="138936523" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode011.mp4"/>
      <link>http://commandline.tv/episode011</link>
      <guid>http://commandline.tv/episode011</guid>
      <pubDate>Tue, 13 Oct 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 10: Shell scripts</title>
      <itunes:summary><![CDATA[
      
<p>We create shell scripts using the hash-bang header, and also look at
permissions, variables, and loops in the shell.</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>We create shell scripts using the hash-bang header, and also look at
permissions, variables, and loops in the shell.</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="138300578" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode010.mp4"/>
      <link>http://commandline.tv/episode010</link>
      <guid>http://commandline.tv/episode010</guid>
      <pubDate>Tue, 29 Sep 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 9: Redirection and substitution</title>
      <itunes:summary><![CDATA[
      
<p>We explore some more shell basics including redirection to and from files, and
command substitution. This feature allows the output of one command to be used
as <em>parameters</em> of another command.</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>We explore some more shell basics including redirection to and from files, and
command substitution. This feature allows the output of one command to be used
as <em>parameters</em> of another command.</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="112443558" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode009.mp4"/>
      <link>http://commandline.tv/episode009</link>
      <guid>http://commandline.tv/episode009</guid>
      <pubDate>Tue, 22 Sep 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 8: Package managers</title>
      <itunes:summary><![CDATA[
      
<p>In this episode, we explore some of the capabilities of package managers for
installing and updating software on your system. Specifically, we look at the
‘apt’ system on Ubuntu GNU/Linux. On other systems, you might use Yum
(RedHat/Fedora), Pacman (Arch), or Homebrew (Mac). This page shows a comparison
of commands for several Linux packaging systems:
<a href="https://wiki.archlinux.org/index.php/Pacman_Rosetta">https://wiki.archlinux.org/index.php/Pacman_Rosetta</a></p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>In this episode, we explore some of the capabilities of package managers for
installing and updating software on your system. Specifically, we look at the
‘apt’ system on Ubuntu GNU/Linux. On other systems, you might use Yum
(RedHat/Fedora), Pacman (Arch), or Homebrew (Mac). This page shows a comparison
of commands for several Linux packaging systems:
<a href="https://wiki.archlinux.org/index.php/Pacman_Rosetta">https://wiki.archlinux.org/index.php/Pacman_Rosetta</a></p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="89075487" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode008.mp4"/>
      <link>http://commandline.tv/episode008</link>
      <guid>http://commandline.tv/episode008</guid>
      <pubDate>Tue, 15 Sep 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 7: ImageMagick</title>
      <itunes:summary><![CDATA[
      
<p>We look at ImageMagick, a powerful suite of command-line tools for doing image
processing. With it, we resize, crop, blur, and do format-conversion on a
collection of image files.</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>We look at ImageMagick, a powerful suite of command-line tools for doing image
processing. With it, we resize, crop, blur, and do format-conversion on a
collection of image files.</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="124016081" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode007.mp4"/>
      <link>http://commandline.tv/episode007</link>
      <guid>http://commandline.tv/episode007</guid>
      <pubDate>Tue, 08 Sep 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 6: File management part 2</title>
      <itunes:summary><![CDATA[
      
<p>In this episode, we continue looking at managing files and directories using
<code class="highlighter-rouge">cp</code>, <code class="highlighter-rouge">rm</code>, <code class="highlighter-rouge">mkdir</code>, and <code class="highlighter-rouge">rmdir</code>. We also show off the <code class="highlighter-rouge">tree</code> command and
revisit creating an <code class="highlighter-rouge">alias</code> in our <code class="highlighter-rouge">.bashrc</code>.</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>In this episode, we continue looking at managing files and directories using
<code class="highlighter-rouge">cp</code>, <code class="highlighter-rouge">rm</code>, <code class="highlighter-rouge">mkdir</code>, and <code class="highlighter-rouge">rmdir</code>. We also show off the <code class="highlighter-rouge">tree</code> command and
revisit creating an <code class="highlighter-rouge">alias</code> in our <code class="highlighter-rouge">.bashrc</code>.</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="78841260" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode006.mp4"/>
      <link>http://commandline.tv/episode006</link>
      <guid>http://commandline.tv/episode006</guid>
      <pubDate>Tue, 01 Sep 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 5: File management part 1</title>
      <itunes:summary><![CDATA[
      
<p>We use <code class="highlighter-rouge">mv</code> to move and rename files, and create a shell <code class="highlighter-rouge">alias</code> to improve the
safety of one of its sharp edges. We also introduce the <code class="highlighter-rouge">.bashrc</code> configuration
script, and <code class="highlighter-rouge">mkdir</code> to create directories.</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>We use <code class="highlighter-rouge">mv</code> to move and rename files, and create a shell <code class="highlighter-rouge">alias</code> to improve the
safety of one of its sharp edges. We also introduce the <code class="highlighter-rouge">.bashrc</code> configuration
script, and <code class="highlighter-rouge">mkdir</code> to create directories.</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="74756442" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode005.mp4"/>
      <link>http://commandline.tv/episode005</link>
      <guid>http://commandline.tv/episode005</guid>
      <pubDate>Tue, 25 Aug 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 4: Text manipulation</title>
      <itunes:summary><![CDATA[
      
<p>We learn about text manipulation commands like <code class="highlighter-rouge">cut</code>, <code class="highlighter-rouge">sort</code>, and <code class="highlighter-rouge">uniq</code>. We
build sophisticated pipelines to analyze data, including surveys and web logs.
We also look briefly at invoking simple text editors from the command line,
like <code class="highlighter-rouge">nano</code>, <code class="highlighter-rouge">gedit</code>, and TextEdit.</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>We learn about text manipulation commands like <code class="highlighter-rouge">cut</code>, <code class="highlighter-rouge">sort</code>, and <code class="highlighter-rouge">uniq</code>. We
build sophisticated pipelines to analyze data, including surveys and web logs.
We also look briefly at invoking simple text editors from the command line,
like <code class="highlighter-rouge">nano</code>, <code class="highlighter-rouge">gedit</code>, and TextEdit.</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="100486091" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode004.mp4"/>
      <link>http://commandline.tv/episode004</link>
      <guid>http://commandline.tv/episode004</guid>
      <pubDate>Tue, 18 Aug 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 3: Wildcards and grep</title>
      <itunes:summary><![CDATA[
      
<p>In this episode, we use basic wildcards to select files, and then explore how
the ‘grep’ command can search for words or phrases across multiple files. As
always, you can follow along using the same directory structure by downloading
it from <a href="https://github.com/commandlinetv/sample-files">https://github.com/commandlinetv/sample-files</a>.</p>


      ]]></itunes:summary>
      <description><![CDATA[
      
<p>In this episode, we use basic wildcards to select files, and then explore how
the ‘grep’ command can search for words or phrases across multiple files. As
always, you can follow along using the same directory structure by downloading
it from <a href="https://github.com/commandlinetv/sample-files">https://github.com/commandlinetv/sample-files</a>.</p>


      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="107883794" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode003.mp4"/>
      <link>http://commandline.tv/episode003</link>
      <guid>http://commandline.tv/episode003</guid>
      <pubDate>Mon, 10 Aug 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 2: Viewing files</title>
      <itunes:summary><![CDATA[
      
<p>We look at viewing files using commands like <code class="highlighter-rouge">cat</code>, <code class="highlighter-rouge">more</code>, <code class="highlighter-rouge">less</code>, <code class="highlighter-rouge">head</code>, and
<code class="highlighter-rouge">tail</code>, including using those in short pipelines. We also try opening files in
external applications using <code class="highlighter-rouge">open</code> or <code class="highlighter-rouge">xdg-open</code> (and live dangerously by
dumping a binary file with <code class="highlighter-rouge">cat</code>).</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>We look at viewing files using commands like <code class="highlighter-rouge">cat</code>, <code class="highlighter-rouge">more</code>, <code class="highlighter-rouge">less</code>, <code class="highlighter-rouge">head</code>, and
<code class="highlighter-rouge">tail</code>, including using those in short pipelines. We also try opening files in
external applications using <code class="highlighter-rouge">open</code> or <code class="highlighter-rouge">xdg-open</code> (and live dangerously by
dumping a binary file with <code class="highlighter-rouge">cat</code>).</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="78661051" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode002.mp4"/>
      <link>http://commandline.tv/episode002</link>
      <guid>http://commandline.tv/episode002</guid>
      <pubDate>Tue, 04 Aug 2015 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>Episode 1: echo "Hello!"
</title>
      <itunes:summary><![CDATA[
      
<p>Welcome to Command Line TV, a new video podcast to help you learn and master
the UNIX shell. In this first episode, we talk about our backgrounds, the scope
of this endeavor, opening your terminal, and using basic commands like <code class="highlighter-rouge">cd</code> and
<code class="highlighter-rouge">ls</code> to explore a directory tree.</p>

<p>You can follow along using the same directory structure by downloading it from
<a href="https://github.com/commandlinetv/sample-files">https://github.com/commandlinetv/sample-files</a>.</p>

<p><em>Note:</em> we have a few minor problems in this first episode with audio
synchronization and a somewhat noisy environment. It gets better in future
episodes!</p>

      ]]></itunes:summary>
      <description><![CDATA[
      
<p>Welcome to Command Line TV, a new video podcast to help you learn and master
the UNIX shell. In this first episode, we talk about our backgrounds, the scope
of this endeavor, opening your terminal, and using basic commands like <code class="highlighter-rouge">cd</code> and
<code class="highlighter-rouge">ls</code> to explore a directory tree.</p>

<p>You can follow along using the same directory structure by downloading it from
<a href="https://github.com/commandlinetv/sample-files">https://github.com/commandlinetv/sample-files</a>.</p>

<p><em>Note:</em> we have a few minor problems in this first episode with audio
synchronization and a somewhat noisy environment. It gets better in future
episodes!</p>

      ]]></description>
      <itunes:explicit>clean</itunes:explicit>
      <enclosure length="82086148" type="video/mp4" url="http://d2ak8c8tjr6apn.cloudfront.net/episode001.mp4"/>
      <link>http://commandline.tv/episode001</link>
      <guid>http://commandline.tv/episode001</guid>
      <pubDate>Tue, 28 Jul 2015 00:00:00 +0000</pubDate>
    </item>
    

  </channel>
</rss>