<?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>Bash on Wijnand Baretta</title><link>https://wijnandbaretta.com/tags/bash/</link><description>Recent content in Bash on Wijnand Baretta</description><image><title>Wijnand Baretta</title><url>https://wijnandbaretta.com/images/og-default.png</url><link>https://wijnandbaretta.com/images/og-default.png</link></image><generator>Hugo -- 0.152.2</generator><language>en</language><lastBuildDate>Fri, 08 Oct 2021 08:12:29 +0200</lastBuildDate><atom:link href="https://wijnandbaretta.com/tags/bash/index.xml" rel="self" type="application/rss+xml"/><item><title>Command line shortcuts</title><link>https://wijnandbaretta.com/posts/command-line-shortcuts/</link><pubDate>Fri, 08 Oct 2021 08:12:29 +0200</pubDate><guid>https://wijnandbaretta.com/posts/command-line-shortcuts/</guid><description>&lt;p&gt;Why not create shortcuts/shell scripts to open a project, similar to the script to create a new post?&lt;/p&gt;
&lt;p&gt;I could make it so that if I want to open a project, I cd into the directory belonging to the project, activate the environment and start up a server.
I could even make it so that all projects start a server on their own port, so multiple projects could have a simultaneously running server.&lt;/p&gt;</description></item><item><title>Command line: moving files</title><link>https://wijnandbaretta.com/posts/command-line-moving-files/</link><pubDate>Thu, 16 Sep 2021 08:36:24 +0200</pubDate><guid>https://wijnandbaretta.com/posts/command-line-moving-files/</guid><description>&lt;p&gt;Instead of litterring my site with small posts describing how to perform as certain task, I will devise a plan to really learning to master the command line. I have &lt;a href="../books/the-linux-command-line.md"&gt;a book about the command line&lt;/a&gt;, which can help to create an overview of what&amp;rsquo;s there to learn about the command line.&lt;/p&gt;
&lt;p&gt;Broader than just the command line, what do I want to learn? On the positive site, I have learned a lot and I keep learning new stuff. On the other hand, it is sometimes not very focused and, just like myself, all over the place. I don&amp;rsquo;t know if that is a negative thing per se, or something I should change, but it would help me (I think) to make it easier to pick up where I have left sometimes.&lt;/p&gt;</description></item><item><title>Creating a new post from the command line</title><link>https://wijnandbaretta.com/posts/creating-a-new-post-from-the-command-line/</link><pubDate>Tue, 31 Aug 2021 00:00:00 +0000</pubDate><guid>https://wijnandbaretta.com/posts/creating-a-new-post-from-the-command-line/</guid><description>&lt;p&gt;Ok, that worked. I can now create new posts from the command line by simply calling the bash script I have created.
Calling ./new-post.sh asks for a title and keywords (tags) and creates a new post for me in the desired directory (~/15-a-day/posts).&lt;/p&gt;
&lt;p&gt;This is a good beginning, there are however some steps left. First, let me document what I have created by adding the contents of the bash script to this post.&lt;/p&gt;</description></item></channel></rss>