<?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>Flib &#187; $@</title>
	<atom:link href="http://blog.flib.me/tag/68/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flib.me</link>
	<description>flex&#039;s library</description>
	<lastBuildDate>Thu, 15 Dec 2011 11:05:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>shell中的$@与通配符</title>
		<link>http://blog.flib.me/2010/05/20/shell%e4%b8%ad%e7%9a%84%e4%b8%8e%e9%80%9a%e9%85%8d%e7%ac%a6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=shell%25e4%25b8%25ad%25e7%259a%2584%25e4%25b8%258e%25e9%2580%259a%25e9%2585%258d%25e7%25ac%25a6</link>
		<comments>http://blog.flib.me/2010/05/20/shell%e4%b8%ad%e7%9a%84%e4%b8%8e%e9%80%9a%e9%85%8d%e7%ac%a6/#comments</comments>
		<pubDate>Thu, 20 May 2010 11:22:00 +0000</pubDate>
		<dc:creator>flex</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[$@]]></category>
		<category><![CDATA[引号]]></category>
		<category><![CDATA[通配符]]></category>

		<guid isPermaLink="false">http://blog.flib.me/?p=38185</guid>
		<description><![CDATA[$@在shell中表示所有参数，与$*不同的是，$@中的每个参数都相当于被双引号包含的独立字符串。 然而如果使用通配符传递文件名的时候，如果文件名中包含空格，$@会将包含空格的文件名理解成数个文件，这时只要使用引号将通配符引起再传递或者使用”$@”就可以了。]]></description>
			<content:encoded><![CDATA[<p>$@在shell中表示所有参数，与$*不同的是，$@中的每个参数都相当于被双引号包含的独立字符串。</p>
<p>然而如果使用通配符传递文件名的时候，如果文件名中包含空格，$@会将包含空格的文件名理解成数个文件，这时只要使用引号将通配符引起再传递或者使用”$@”就可以了。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flib.me/2010/05/20/shell%e4%b8%ad%e7%9a%84%e4%b8%8e%e9%80%9a%e9%85%8d%e7%ac%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

