<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://dwt.life/feed/rss/archives/98/">
<title>dwt&#039;s life - Linux下Shell的for循环语句 的评论</title>
<link>https://dwt.life/archives/98/</link>
<description>第一类：数字性循环for1-1.sh#!/bin/bash    for((i=1;i&amp;lt;=10;i++));  do   echo $(expr $i \* 3 + 1);  done  ...</description>
<items>
<rdf:Seq>
</rdf:Seq>
</items>
</channel>
</rdf:RDF>