<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[Shell变量与字符串连接的两个方法，以及创建时间的目录，运行字符串方法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 23 Aug 2010 10:44:37 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	<div class="code">your_id=$&#123;USER&#125;-on-$&#123;HOSTNAME&#125;<br/>echo &quot;$your_id&quot;<br/><br/>your_id=`printf &quot;%s%s%s&quot; &quot;$USER&quot; &quot;-on-&quot; &quot;$HOSTNAME&quot;`<br/>echo &quot;$your_id&quot;</div><br/><br/>shell实现创建前一天时间的目录：<br/><br/><div class="code">aaa=`date +%Y%m%d --date=&#039;1 days ago&#039;`;<br/>bbb=&quot;mkdir &quot;$aaa<br/>$bbb</div><br/><br/><br/><div class="code">filename=$1<br/>string1=exist<br/>string2=xi<br/>command=&quot;cat $filename &#124; grep $string1 &#124; grep $string2&quot;<br/>eval $command</div><br/><br/>[~/shell]# sh test.sh runshell.sh <br/>echo &quot;exist;&quot;;<br/>echo &quot;notexist;&quot;;
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Shell变量与字符串连接的两个方法，以及创建时间的目录，运行字符串方法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>