<?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>madartstudios</title>
	<atom:link href="http://www.madartstudios.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madartstudios.com</link>
	<description>Work, Knowledge &#38; Interweb</description>
	<lastBuildDate>Tue, 14 Jun 2011 03:14:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Display file contents</title>
		<link>http://www.madartstudios.com/2010/07/display-file-contents/</link>
		<comments>http://www.madartstudios.com/2010/07/display-file-contents/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 16:46:40 +0000</pubDate>
		<dc:creator>Madara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Knowledge]]></category>

		<guid isPermaLink="false">http://www.madartstudios.com/?p=4</guid>
		<description><![CDATA[To display full file contents while you are at command line or SSH over a windows box, use this: cat /path/to/file.name And here are some options you can combine with cat program. -A, --show-all equivalent to -vET -b, --number-nonblank number &#8230; <a href="http://www.madartstudios.com/2010/07/display-file-contents/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To display full file contents while you are at command line or SSH over a windows box, use this:</p>
<pre class="brush: bash; title: ;">cat /path/to/file.name</pre>
<p>And here are some options you can combine with cat program.</p>
<pre class="brush: bash; title: ;">-A, --show-all           equivalent to -vET
-b, --number-nonblank    number nonempty output lines
-e                       equivalent to -vE
-E, --show-ends          display $ at end of each line
-n, --number             number all output lines
-s, --squeeze-blank      suppress repeated empty output lines
-t                       equivalent to -vT
-T, --show-tabs          display TAB characters as ^I
-u                       (ignored)
-v, --show-nonprinting   use ^ and M- notation, except for LFD and TAB
    --help               display help and exit
    --version            output version information and exit</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.madartstudios.com/2010/07/display-file-contents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

