<?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>Chrispian.com &#187; unix/linux</title>
	<atom:link href="http://www.chrispian.com/category/unixlinux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chrispian.com</link>
	<description>Nothing to Say</description>
	<lastBuildDate>Thu, 15 Apr 2010 14:37:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick vi tip: Show Hidden Characters</title>
		<link>http://www.chrispian.com/65/quick-vi-tip-show-hidden-characters</link>
		<comments>http://www.chrispian.com/65/quick-vi-tip-show-hidden-characters#comments</comments>
		<pubDate>Tue, 15 Jan 2008 17:05:12 +0000</pubDate>
		<dc:creator>Chrispian</dc:creator>
				<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://www.chrispian.com/65/quick-vi-tip-show-hidden-characters</guid>
		<description><![CDATA[I do a lot of development in linux/unix. In fact, that&#8217;s where all my development is, but I spend a fair amount of time in the &#8220;CLI&#8221; or command line interface. I use putty and ssh in to edit files and look at logs and just generally do what I do.
Today I ran into a [...]]]></description>
			<content:encoded><![CDATA[<p>I do a lot of development in linux/unix. In fact, that&#8217;s where all my development is, but I spend a fair amount of time in the &#8220;CLI&#8221; or command line interface. I use putty and ssh in to edit files and look at logs and just generally do what I do.</p>
<p>Today I ran into a problem with a file and I couldn&#8217;t figure out what was wrong. I kept getting an error and the spacing was off so I started suspecting a hidden character. vi, the command line editor I use in linux can show you hidden characters. Just type:</p>
<blockquote><p>
:set list
</p></blockquote>
<p>And bingo, hidden characters are revealed. </p>
<p>Turning them back off is just as easy:</p>
<blockquote><p>
:set nolist
</p></blockquote>
<p>Write that down, it comes in handy.</p>
<p><b>Updated 2/25/10</b>: Thanks to Stephen in the comments, I&#8217;ve updated the above commands. I had the : in the wrong place!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrispian.com/65/quick-vi-tip-show-hidden-characters/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
