<?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>微米天空 &#187; 参数</title>
	<atom:link href="http://www.micronsky.com/tag/%e5%8f%82%e6%95%b0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micronsky.com</link>
	<description>人，因思则变。</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:18:12 +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>Linux SHELL if 命令参数说明</title>
		<link>http://www.micronsky.com/2008/05/linux-shell-if-parameter/</link>
		<comments>http://www.micronsky.com/2008/05/linux-shell-if-parameter/#comments</comments>
		<pubDate>Thu, 22 May 2008 06:33:18 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[参数]]></category>
		<category><![CDATA[说明]]></category>

		<guid isPermaLink="false">http://log.micronsky.com/2008/05/linux-shell-if-%e5%91%bd%e4%bb%a4%e5%8f%82%e6%95%b0%e8%af%b4%e6%98%8e/</guid>
		<description><![CDATA[<ul>    <li>&#8211;b 当file存在并且是块文件时返回真</li>    <li>-c 当file存在并且是字符文件时返回真</li>    <li>-d 当pathname存在并且是一个目录时返回真</li>    <li>-e 当pathname指定的文件或目录存在时返回真</li>    <li>-f 当file存在并且是正规文件时返回真</li>    <li>-g 当由pathname指定的文件或目录存在并且设置了SGID位时返回为真</li>    <li>-h 当file存在并且是符号链接文件时返回真，该选项在一些老系统上无效</li>...</ul>
]]></description>
		<wfw:commentRss>http://www.micronsky.com/2008/05/linux-shell-if-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下的压缩打包&#8211;tar命令详解</title>
		<link>http://www.micronsky.com/2008/01/linux-tar/</link>
		<comments>http://www.micronsky.com/2008/01/linux-tar/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 23:27:15 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[参数]]></category>
		<category><![CDATA[命令]]></category>

		<guid isPermaLink="false">http://log.micronsky.com/archives/47</guid>
		<description><![CDATA[Windows下最常见的压缩文件只有两种，.zip和.rar。可是Linux就不同了，有.Z、bz2、.gz、.tar、.tar.gz等众多的压 缩文件名，它们分别对应了各种压缩打包命令。要了解这些压缩打包命令的使用，首先要弄清两个概念：打包和压缩。打包是指将一大堆文件或目录什么的变成一个 总的文件，压缩则是将一个大的文件通过一些压缩算法变成一个小文件。Linux中的很多压缩命令只能针对一个文件进行压缩，当要压缩一大堆文件时，就得先  [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2008/01/linux-tar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rsync参数详解</title>
		<link>http://www.micronsky.com/2008/01/rsync-parameter/</link>
		<comments>http://www.micronsky.com/2008/01/rsync-parameter/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 05:37:58 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[参数]]></category>

		<guid isPermaLink="false">http://log.micronsky.com/archives/45</guid>
		<description><![CDATA[选项说明
-v, &#8211;verbose 详细模式输出
-q, &#8211;quiet 精简输出模式
-c, &#8211;checksum 打开校验开关，强制对文件传输进行校验
-a, &#8211;archive 归档模式，表示以递归方式传输文件，并保持所有文件属性，等于-rlptgoD
-r, &#8211;recursive 对子目录以递归模式处理
-R, &#8211;relative 使用相对路径信息
 rsync foo/bar/foo.c remote:/tmp/
则在/tmp目录下创建foo.c文件，而如果使用-R参数：
rsync -R foo/bar/foo.c  [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2008/01/rsync-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

