<?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 - Code Dodle</title>
	<atom:link href="https://www.codedodle.com/tag/bash/feed" rel="self" type="application/rss+xml" />
	<link>https://www.codedodle.com/tag/bash</link>
	<description>Coding Tips and Technical How-Tos</description>
	<lastBuildDate>Wed, 22 Jun 2022 05:19:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://www.codedodle.com/wp-content/uploads/2021/07/cropped-cd-logo-512-32x32.png</url>
	<title>Bash - Code Dodle</title>
	<link>https://www.codedodle.com/tag/bash</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Bulk Convert All JPEGs and PNGs to WebPs using cwebp</title>
		<link>https://www.codedodle.com/convert-jpegs-and-pngs-to-webps.html</link>
		
		<dc:creator><![CDATA[Hank Cheah]]></dc:creator>
		<pubDate>Wed, 22 Jun 2022 05:16:27 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://www.codedodle.com/?p=427</guid>

					<description><![CDATA[<p>I&#8217;m currently in the process of adding WebP support for my WordPress sites and one of the tasks involved is converting all existing images (JPEGs and PNGs) to WebP in bulk. To do that, we&#8217;ll be stringing together the find command, xargs, and cwebp. OS: Ubuntu 20.04. Host: Digital Ocean. To save you some time,...</p>
<p>The post <a href="https://www.codedodle.com/convert-jpegs-and-pngs-to-webps.html">Bulk Convert All JPEGs and PNGs to WebPs using cwebp</a> appeared first on <a href="https://www.codedodle.com">Code Dodle</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Implement a Simple Queue using Bash Array</title>
		<link>https://www.codedodle.com/simple-bash-array-queue.html</link>
		
		<dc:creator><![CDATA[Hank Cheah]]></dc:creator>
		<pubDate>Tue, 21 Jun 2022 04:59:15 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Bash]]></category>
		<guid isPermaLink="false">https://www.codedodle.com/?p=408</guid>

					<description><![CDATA[<p>In this article, I&#8217;ll share with you a simple queue implemented using Bash array. Bash Queue (FIFO Data Structure) In one of my recent tasks, I was implementing an iterative BFS in Bash (before I decided to just use the Find command). As you&#8217;re aware, BFS makes use of a queue to help it remember...</p>
<p>The post <a href="https://www.codedodle.com/simple-bash-array-queue.html">Implement a Simple Queue using Bash Array</a> appeared first on <a href="https://www.codedodle.com">Code Dodle</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
