<?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>Terrysco&#039;s Blog &#187; awk</title>
	<atom:link href="http://www.terrysco.com/node/tag/awk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.terrysco.com</link>
	<description>仅关注于互联网行业， Linux平台开发。</description>
	<lastBuildDate>Sat, 22 May 2010 10:50:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>关于AWK</title>
		<link>http://www.terrysco.com/node/linux-awk-beginning.html</link>
		<comments>http://www.terrysco.com/node/linux-awk-beginning.html#comments</comments>
		<pubDate>Mon, 01 Dec 2008 19:46:57 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[Linux/Shell/DB]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.anyliv.com/www.terrysco.com/?p=64</guid>
		<description><![CDATA[<p>awk以发展这种语言的人 Aho . Weninberger和Kernigham命名。该语言的最基本功能是在文件或字符串中基于指定规则浏览和抽取信息。 awk抽取信息<br />后,才能进行其他文本操作。完整的 awk脚本通常用来格式化文本文件中的信息。</p><p>据自己理解，awk就是一个列编辑器，sed是流编辑器。配合使用，在linux下的编辑处理文件将会方便很多。首先看看awk的运行方法。大体有三种，类似python的运行方法。</p><p>1。 命令行方式。 例如： awk [-F 分隔符] 'awk命令' file。其中默认列分隔符是空格，但一些文件的分隔符是分号或者冒号，这个时候就要用－F选项设定。</p>...
]]></description>
		<wfw:commentRss>http://www.terrysco.com/node/linux-awk-beginning.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
