<?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; tr</title>
	<atom:link href="http://www.bsdmap.com/tag/tr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bsdmap.com</link>
	<description>花开，没有声音……</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:18:36 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19814</generator>
		<item>
		<title>大小写转换</title>
		<link>http://www.bsdmap.com/2010/02/07/tr/</link>
		<comments>http://www.bsdmap.com/2010/02/07/tr/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 05:17:29 +0000</pubDate>
		<dc:creator>洪川</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SHELL]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[tr]]></category>
		<category><![CDATA[大小写转换]]></category>

		<guid isPermaLink="false">http://www.bsdmap.com/?p=1831</guid>
		<description><![CDATA[将文件file.txt的小写字母转换成大写 1. 使用tr cat file.txt &#124; tr a-z A-Z 2. 使用sed sed &#8216;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/&#8217; file.txt sed的 y/source/dest/   Transliterate  the  characters  in  the  pattern space which appear in source to the corresponding character in dest.]]></description>
			<content:encoded><![CDATA[<p>将文件file.txt的小写字母转换成大写</p>
<p>1. 使用tr<br />
cat file.txt | tr a-z A-Z<br />
2. 使用sed<br />
sed &#8216;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/&#8217; file.txt</p>
<p>sed的 y/source/dest/   Transliterate  the  characters  in  the  pattern space which appear in source to the corresponding character in dest.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bsdmap.com/2010/02/07/tr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

