<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>打印 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E6%89%93%E5%8D%B0/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 28 Dec 2012 09:54:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Linux Bash如何打印文件，并跳过前N行。</title>
		<link>https://www.coder4.com/archives/3730</link>
					<comments>https://www.coder4.com/archives/3730#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 28 Dec 2012 00:54:09 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[打印]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3730</guid>

					<description><![CDATA[可以使用tail，看help： Usage: tail [OPTION]... [FILE]... -n, --lines=K output the last K lines, instead of the last 10; or use -n +K to output lines starting with the Kth 因此，-n +K表示从第K行开始打印。 假设要跳过头N-1行，打印剩余部分，直[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3730/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
