<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bash &#8211; WLGfx</title>
	<atom:link href="https://csnorwood.com/category/bash/feed/" rel="self" type="application/rss+xml" />
	<link>https://csnorwood.com</link>
	<description>Programmers Website and Blog</description>
	<lastBuildDate>Tue, 30 Jan 2024 16:32:29 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://csnorwood.com/wp-content/uploads/2024/01/cropped-wlgfx-favicon-white-32x32.png</url>
	<title>bash &#8211; WLGfx</title>
	<link>https://csnorwood.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Linux shell scripts</title>
		<link>https://csnorwood.com/2017/10/17/linux-shell-scripts/</link>
		
		<dc:creator><![CDATA[csnorwood]]></dc:creator>
		<pubDate>Tue, 17 Oct 2017 21:01:20 +0000</pubDate>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://wlgfx.com/?p=324</guid>

					<description><![CDATA[Another thing I&#8217;ve been playing about with for the last couple of weeks is automating stuff using shell scripting. Wow! How much time can it save you by just writing a simple script. There&#8217;s been loads of times when I wanted to backup my project. Not only can a small script do that but it [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Another thing I&#8217;ve been playing about with for the last couple of weeks is automating stuff using shell scripting.</p>
<p>Wow! How much time can it save you by just writing a simple script.</p>
<p>There&#8217;s been loads of times when I wanted to backup my project. Not only can a small script do that but it can also rename and older backup file to something else as well. By just dropping a script into a directory and run it, I&#8217;m now capable of personal version control. Okay not quite the same thing, but I know what I mean.</p>
<p>I&#8217;m on the verge of now being able to run scripts to automatically update software on a remote machine too using ssl. So far I can package up various pieces of software (build them if needed too) and use the <code>scp</code> command to copy them to a remote machine. All I need to do next is to be able to run commands and scripts over ssl. Almost there.</p>
<p>This shell scripting is amazingly powerful.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
