<?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>less - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/less/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Thu, 21 Feb 2013 02:59:56 +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下用less浏览大文件</title>
		<link>https://www.coder4.com/archives/3829</link>
					<comments>https://www.coder4.com/archives/3829#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 02:59:56 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[less]]></category>
		<category><![CDATA[大文件]]></category>
		<category><![CDATA[定位]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3829</guid>

					<description><![CDATA[在Linux下，如果用vim打开一个大文件是非常困难的，即使配置了禁用临时文件也一样。 这是因为vim默认会全部加载文件！ 而有时候，我们只想去查看文件的某一行（及浏览前后），怎么办？ 以前我都是组合用head和tail，现在可以用less！ less初始不加载文件任何部分，是显示到哪一屏幕再加载那几行！ 1、less打开文件 并指定直接定位到某个位置！ # 直接定位到第100行 less +100g xx.log # 定位到最后一行 less +GG x[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3829/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
