<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Tip: Saving Folder Contents to a Plain text file</title>
	<atom:link href="http://typicalmacuser.com/wordpress/2007/05/02/tip-saving-folder-contents-to-a-plain-text-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://typicalmacuser.com/wordpress/2007/05/02/tip-saving-folder-contents-to-a-plain-text-file/</link>
	<description>Help for the Switcher and New Apple Macintosh User</description>
	<lastBuildDate>Mon, 21 May 2012 17:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Matt Beckwith</title>
		<link>http://typicalmacuser.com/wordpress/2007/05/02/tip-saving-folder-contents-to-a-plain-text-file/comment-page-1/#comment-4893</link>
		<dc:creator>Matt Beckwith</dc:creator>
		<pubDate>Fri, 04 May 2007 13:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://typicalmacuser.com/wordpress/?p=374#comment-4893</guid>
		<description>Michelle, great freeware tip.  I can see how that would be helpful.

Eric, thanks for the terminal directions - nice and easy!</description>
		<content:encoded><![CDATA[<p>Michelle, great freeware tip.  I can see how that would be helpful.</p>
<p>Eric, thanks for the terminal directions &#8211; nice and easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CntrySigns</title>
		<link>http://typicalmacuser.com/wordpress/2007/05/02/tip-saving-folder-contents-to-a-plain-text-file/comment-page-1/#comment-4891</link>
		<dc:creator>CntrySigns</dc:creator>
		<pubDate>Fri, 04 May 2007 01:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://typicalmacuser.com/wordpress/?p=374#comment-4891</guid>
		<description>Err... I don&#039;t think I&#039;m brave enough to open terminal and try this, but maybe I&#039;ll give it a try.
Thanks!</description>
		<content:encoded><![CDATA[<p>Err&#8230; I don&#8217;t think I&#8217;m brave enough to open terminal and try this, but maybe I&#8217;ll give it a try.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Vought</title>
		<link>http://typicalmacuser.com/wordpress/2007/05/02/tip-saving-folder-contents-to-a-plain-text-file/comment-page-1/#comment-4889</link>
		<dc:creator>Eric Vought</dc:creator>
		<pubDate>Thu, 03 May 2007 22:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://typicalmacuser.com/wordpress/?p=374#comment-4889</guid>
		<description>Err... I guess you could do it that way. OS X has a UNIX core and a very powerful command-line. Getting a file listing is very easy.

1) open a terminal
2) type &quot;ls [space]&quot; and drag the folder to the terminal (the full path will be pasted in for you) then [enter]. This will list all the files in that folder. Cut and paste.

You can also type &quot;ls [folder] &gt; listing.txt&quot; to dump the file list straight into &quot;listing.txt&quot;. You can do all kinds of incredible things with simple combinations of commands, or things that might take hours to do in the GUI with a short script:


cat docs/**/*.txt &gt; bigfile.txt

which takes each text file that is anywhere under the docs folder and dumps them all into one file. This kind of thing becomes especially powerfull combined with commands like grep (finds files or lines in files matching patterns) or diff (finds differences between files head or tail (removes the beginning or end of files) and so forth. OS X has a lot of power under the hood.</description>
		<content:encoded><![CDATA[<p>Err&#8230; I guess you could do it that way. OS X has a UNIX core and a very powerful command-line. Getting a file listing is very easy.</p>
<p>1) open a terminal<br />
2) type &#8220;ls [space]&#8221; and drag the folder to the terminal (the full path will be pasted in for you) then [enter]. This will list all the files in that folder. Cut and paste.</p>
<p>You can also type &#8220;ls [folder] &gt; listing.txt&#8221; to dump the file list straight into &#8220;listing.txt&#8221;. You can do all kinds of incredible things with simple combinations of commands, or things that might take hours to do in the GUI with a short script:</p>
<p>cat docs/**/*.txt &gt; bigfile.txt</p>
<p>which takes each text file that is anywhere under the docs folder and dumps them all into one file. This kind of thing becomes especially powerfull combined with commands like grep (finds files or lines in files matching patterns) or diff (finds differences between files head or tail (removes the beginning or end of files) and so forth. OS X has a lot of power under the hood.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Starcher</title>
		<link>http://typicalmacuser.com/wordpress/2007/05/02/tip-saving-folder-contents-to-a-plain-text-file/comment-page-1/#comment-4883</link>
		<dc:creator>George Starcher</dc:creator>
		<pubDate>Wed, 02 May 2007 16:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://typicalmacuser.com/wordpress/?p=374#comment-4883</guid>
		<description>Nice tip!  Just found it works in Textmate too.</description>
		<content:encoded><![CDATA[<p>Nice tip!  Just found it works in Textmate too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

