<?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 4zv4l@home</title>
    <link>https://lexiz.xyz/tags/bash/</link>
    <description>Recent content in Bash on 4zv4l@home</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 25 Mar 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://lexiz.xyz/tags/bash/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Basic Command Line</title>
      <link>https://lexiz.xyz/posts/2021-03-25-Basic-command-line/</link>
      <pubDate>Thu, 25 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://lexiz.xyz/posts/2021-03-25-Basic-command-line/</guid>
      <description>&lt;p&gt;Little tutorial about the command line :)&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;translated quickly and dirty with Google translate&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;to-know&#34;&gt;To know&lt;/h2&gt;&#xA;&lt;p&gt;The command line is a text interface between the user and the machine, the language used to interpret these commands may vary, under windows it will be &lt;code&gt;dos&lt;/code&gt; or &lt;code&gt;powershell&lt;/code&gt; and under linux it will often be &lt;code&gt;bash&lt;/code&gt; . But here we will focus on the command line under linux.&#xA;For the examples I will use &lt;code&gt;bash&lt;/code&gt; but that to work with other languages like &lt;code&gt;zsh&lt;/code&gt;, &lt;code&gt;fish&lt;/code&gt;, &lt;code&gt;ksh&lt;/code&gt;,…&#xA;We often represent a command with a &lt;code&gt;$&lt;/code&gt; in front of it to show that it is indeed a command to be done in a terminal.&#xA;In bash this will often be &lt;code&gt;username@hostname:current_folder$&lt;/code&gt;.&#xA;The bash configuration file is in your home file as &lt;code&gt;.bashrc&lt;/code&gt;. For ease of reference, the prompt in the examples will be like this &lt;code&gt;&amp;gt; &lt;/code&gt; but the prompt will probably end in a &lt;code&gt;$&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
