<?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>Chuan-Yih, Yu &#187; Command Line</title>
	<atom:link href="http://www.paulyu.org/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulyu.org</link>
	<description>Bioinformatic, Research, Life.... and more</description>
	<lastBuildDate>Wed, 11 Jan 2012 15:51:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to list all files under command line.</title>
		<link>http://www.paulyu.org/computer/how-to-list-all-files-under-command-line/</link>
		<comments>http://www.paulyu.org/computer/how-to-list-all-files-under-command-line/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 21:26:55 +0000</pubDate>
		<dc:creator>paulyu</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Command Line]]></category>

		<guid isPermaLink="false">http://www.paulyu.org/?p=422</guid>
		<description><![CDATA[<p>DIR /S /ON /B &#62;TEST.TXT</p>
<p></p>

<p>/A          Displays files with specified attributes.</p>
<p>attributes   D  Directories             R  Read-only files</p>
<p>H  Hidden files            A  Files ready for archiving</p>
<p>S  System files           [...]]]></description>
			<content:encoded><![CDATA[<p>DIR /S /ON /B &gt;TEST.TXT</p>
<p><span id="more-422"></span></p>
<div id="_mcePaste">
<p>/A          Displays files with specified attributes.</p>
<p>attributes   D  Directories             R  Read-only files</p>
<p>H  Hidden files            A  Files ready for archiving</p>
<p>S  System files              I  Not content indexed files</p>
<p>L  Reparse Points        -  Prefix meaning not</p>
<p>/B          Uses bare format (no heading information or summary).</p>
<p>/C          Display the thousand separator in file sizes.  This is the</p>
<p>default.  Use /-C to disable display of separator.</p>
<p>/D          Same as wide but files are list sorted by column.</p>
<p>/L          Uses lowercase.</p>
<p>/N          New long list format where filenames are on the far right.</p>
<p>/O          List by files in sorted order.</p>
<p>sortorder    N  By name (alphabetic)       S  By size (smallest first)</p>
<p>E  By extension (alphabetic)  D  By date/time (oldest first)</p>
<p>G  Group directories first    &#8211;  Prefix to reverse order</p>
<p>/P          Pauses after each screenful of information.</p>
<p>/Q          Display the owner of the file.</p>
<p>/R          Display alternate data streams of the file.</p>
<p>/S          Displays files in specified directory and all subdirectories.</p>
<p>/T          Controls which time field displayed or used for sorting</p>
<p>timefield   C  Creation</p>
<p>A  Last Access</p>
<p>W  Last Written</p>
<p>/W          Uses wide list format.</p>
<p>/X          This displays the short names generated for non-8dot3 file</p>
<p>names.  The format is that of /N with the short name inserted</p>
<p>before the long name. If no short name is present, blanks are</p>
<p>displayed in its place.</p>
<p>/4          Displays four-digit years</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.paulyu.org/computer/how-to-list-all-files-under-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

