<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Shell on blog.nath.page</title>
    <link>https://blog.nath.page/tags/shell/</link>
    <description>Recent content in Shell on blog.nath.page</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 29 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.nath.page/tags/shell/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Terminal, Command Line, and Associated Concepts</title>
      <link>https://blog.nath.page/posts/terminal/</link>
      <pubDate>Sat, 29 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.nath.page/posts/terminal/</guid>
      <description>&lt;p&gt;These are some related ideas, easy to conflate.&lt;/p&gt;
&lt;h2 id=&#34;terminal-emulator-aka-terminal&#34;&gt;Terminal Emulator (aka, Terminal)&lt;/h2&gt;
&lt;p&gt;When people say &amp;ldquo;terminal&amp;rdquo;, they mean the terminal emulator. Terminals used to be a physical thing in the days of yore when computers were the size of houses. Terminal emulators (like Alacritty, Konsole, Windows Terminal, etc.) render a screen with a command line the way these old terminals used to provide.&lt;/p&gt;
&lt;h2 id=&#34;command-line&#34;&gt;Command Line&lt;/h2&gt;
&lt;p&gt;The command line is the literal line in the terminal emulator which accepts commands as inputs. Commands in a terminal emulator are usually written in a &amp;rsquo;language&amp;rsquo; like Bash, PowerShell, and POSIX sh. However, command lines can also be for other types of languages: Java, C, Python, R, etc. For instance, you can be in a terminal emulator typing Bash commands like &lt;code&gt;pwd&lt;/code&gt; and &lt;code&gt;ls&lt;/code&gt;  on the command line, but then you type the command &lt;code&gt;python&lt;/code&gt; and enter  the python command line.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
