<?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 Pudú Programming</title>
    <link>https://lderequesens.netlify.app/tags/bash/</link>
    <description>Recent content in bash on Pudú Programming</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 26 Oct 2023 02:12:44 -0300</lastBuildDate><atom:link href="https://lderequesens.netlify.app/tags/bash/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Bash &lt; and &gt; usage</title>
      <link>https://lderequesens.netlify.app/posts/2023-10-26-bash-ops/</link>
      <pubDate>Thu, 26 Oct 2023 02:12:44 -0300</pubDate>
      
      <guid>https://lderequesens.netlify.app/posts/2023-10-26-bash-ops/</guid>
      <description>Bash uses &amp;lt; and &amp;gt; for some special behavior that when you get the hang of it you love them.
Input redirection &amp;lt; or input redirection So you don&amp;rsquo;t want to keep writing every single time the input for a command?
command input1 input2 input3 ... You are lucky because &amp;lt; will save you some time
command &amp;lt; inputs.txt With this you pass the input with a file and not with the keyboard</description>
    </item>
    
    <item>
      <title>My Love for Bash Zsh</title>
      <link>https://lderequesens.netlify.app/posts/2023-09-13-my-love-for-bash-zsh/</link>
      <pubDate>Wed, 13 Sep 2023 17:03:00 -0300</pubDate>
      
      <guid>https://lderequesens.netlify.app/posts/2023-09-13-my-love-for-bash-zsh/</guid>
      <description>I have always liked running programs from my terminal, I like how it feels and also that I have to know what I&amp;rsquo;m doing (rm -rf --no-preserve-root /, I&amp;rsquo;m looking at you). So it was just the next step to learn about piping commands, functions, variables and more.
In the last few months I have been trying to automate, or just shrink, some of my most used commands, for example for git some of my aliases are:</description>
    </item>
    
  </channel>
</rss>
