<?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>zsh &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/zsh/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Wed, 20 Oct 2021 00:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>s/bash/zsh/g</title>
		<link>https://noise.getoto.net/2021/10/20/s-bash-zsh-g/</link>
		
		<dc:creator><![CDATA[arp242.net]]></dc:creator>
		<pubDate>Wed, 20 Oct 2021 00:00:00 +0000</pubDate>
				<category><![CDATA[Без категория]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[zsh]]></category>
		<guid isPermaLink="false">https://www.arp242.net/why-zsh.html</guid>

					<description><![CDATA[You would expect this to work, no?


bash% echo $(( .1 + .2 ))
bash: .1 + .2 : syntax error: operand expected (error token is ".1 + .2 ")



Well, bash says no, but zsh just works:


zsh% echo $(( .1 + .2 ))
0.30000000000000004      # Well, "works" ins...]]></description>
		
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 24/53 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-11 06:59:51 by W3 Total Cache
-->