<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Bash looping'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 08:46:42 +0000</lastBuildDate>
    <item>
      <title>vorp said on 30/Jun/2010</title>
      <link>https://snipplr.com/view/36487/bash-looping</link>
      <description>&lt;p&gt;#!/bin/bash&#13;
echo "Bash version ${BASH_VERSION}..."&#13;
for i in {0..10..2}&#13;
  do&#13;
     echo "Welcome $i times"&#13;
 done&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jun 2010 07:22:47 UTC</pubDate>
      <guid>https://snipplr.com/view/36487/bash-looping</guid>
    </item>
    <item>
      <title>vorp said on 08/Jul/2010</title>
      <link>https://snipplr.com/view/36487/bash-looping</link>
      <description>&lt;p&gt;# s="great song.flac"&#13;
# echo ${s/ //}&#13;
great/song.flac&#13;
# echo ${s/ /}&#13;
greatsong.flac&#13;
# echo ${s// /}&#13;
greatsong.flac&lt;/p&gt;</description>
      <pubDate>Thu, 08 Jul 2010 08:02:41 UTC</pubDate>
      <guid>https://snipplr.com/view/36487/bash-looping</guid>
    </item>
  </channel>
</rss>
