<?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/"
		>
<channel>
	<title>Comments on: Working with multiple files in dired</title>
	<atom:link href="http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/</link>
	<description>a blog about mastering the world&#039;s best text editor</description>
	<lastBuildDate>Fri, 17 May 2013 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mickey</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-781</link>
		<dc:creator>mickey</dc:creator>
		<pubDate>Sun, 03 Apr 2011 12:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-781</guid>
		<description><![CDATA[A-hah! I didn&#039;t know you could do that at all. Very good to know, Jürgen!]]></description>
		<content:encoded><![CDATA[<p>A-hah! I didn&#8217;t know you could do that at all. Very good to know, Jürgen!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-778</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Sun, 03 Apr 2011 06:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-778</guid>
		<description><![CDATA[Even better, if you scroll to the bottom of http://real-world-systems.com/docs/awk.1.html you will see that awk can print with commas with %&#039;d with the right locale.]]></description>
		<content:encoded><![CDATA[<p>Even better, if you scroll to the bottom of <a href="http://real-world-systems.com/docs/awk.1.html" rel="nofollow">http://real-world-systems.com/docs/awk.1.html</a> you will see that awk can print with commas with %&#8217;d with the right locale.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-777</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Sun, 03 Apr 2011 06:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-777</guid>
		<description><![CDATA[Since Emacs is using ls&#039;s output directly, you could filter that through awk to add commas. Googling &quot;awk number comma&quot; returned http://objectmix.com/awk/26500-need-function-add-commas-integers.html]]></description>
		<content:encoded><![CDATA[<p>Since Emacs is using ls&#8217;s output directly, you could filter that through awk to add commas. Googling &#8220;awk number comma&#8221; returned <a href="http://objectmix.com/awk/26500-need-function-add-commas-integers.html" rel="nofollow">http://objectmix.com/awk/26500-need-function-add-commas-integers.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-762</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Fri, 01 Apr 2011 03:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-762</guid>
		<description><![CDATA[exec-path is it.
The native tools on the mac are from BSD. So yeah, the first thing to do is install macports, then you can install GNU-anything-you-want. Then install http://emacsformacosx.com -- works wonderfully. But it doesn&#039;t appear to recognize my PATH in .bashrc and I don&#039;t want to mess with /etc or .login or .whatever. Thus, exec-path is just the thing I&#039;m looking for. Thanks so much!]]></description>
		<content:encoded><![CDATA[<p>exec-path is it.<br />
The native tools on the mac are from BSD. So yeah, the first thing to do is install macports, then you can install GNU-anything-you-want. Then install <a href="http://emacsformacosx.com" rel="nofollow">http://emacsformacosx.com</a> &#8212; works wonderfully. But it doesn&#8217;t appear to recognize my PATH in .bashrc and I don&#8217;t want to mess with /etc or .login or .whatever. Thus, exec-path is just the thing I&#8217;m looking for. Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mickey</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-759</link>
		<dc:creator>mickey</dc:creator>
		<pubDate>Thu, 31 Mar 2011 14:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-759</guid>
		<description><![CDATA[I don&#039;t know much about macs, but you need to ensure your PATH environment variable points to the macports stuff, and that it picks it before the &quot;native&quot; version. Another approach is to add the coreutils path to the list variable &lt;code&gt;exec-path&lt;/code&gt;.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know much about macs, but you need to ensure your PATH environment variable points to the macports stuff, and that it picks it before the &#8220;native&#8221; version. Another approach is to add the coreutils path to the list variable <code>exec-path</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-758</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Wed, 30 Mar 2011 22:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-758</guid>
		<description><![CDATA[I have GNU coreutils installed via macports, i.e., they&#039;re not the default tools. Somehow I doubt that emacs is using them. How can I tell, and then if necessary, force emacs to use Coreutils? Thanks!]]></description>
		<content:encoded><![CDATA[<p>I have GNU coreutils installed via macports, i.e., they&#8217;re not the default tools. Somehow I doubt that emacs is using them. How can I tell, and then if necessary, force emacs to use Coreutils? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen Hötzel</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-756</link>
		<dc:creator>Jürgen Hötzel</dc:creator>
		<pubDate>Wed, 30 Mar 2011 11:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-756</guid>
		<description><![CDATA[The &quot;+&quot;  variant of the &quot;exec&quot;  command executes &quot;ls&quot; on  the whole file-list  while the the default &quot;;&quot; variant executes &quot;ls&quot; for each found file.]]></description>
		<content:encoded><![CDATA[<p>The &#8220;+&#8221;  variant of the &#8220;exec&#8221;  command executes &#8220;ls&#8221; on  the whole file-list  while the the default &#8220;;&#8221; variant executes &#8220;ls&#8221; for each found file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mickey</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-750</link>
		<dc:creator>mickey</dc:creator>
		<pubDate>Mon, 28 Mar 2011 17:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-750</guid>
		<description><![CDATA[Yes, and that is the default option. But as I mentioned in the article it is also a lot slower.]]></description>
		<content:encoded><![CDATA[<p>Yes, and that is the default option. But as I mentioned in the article it is also a lot slower.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen Hötzel</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-748</link>
		<dc:creator>Jürgen Hötzel</dc:creator>
		<pubDate>Mon, 28 Mar 2011 12:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-748</guid>
		<description><![CDATA[GNU  Findutils can also exec a command on multiple files (no need for xargs):

&lt;code&gt;
(setq find-ls-option &#039;(&quot;-exec ls -ld {} \\+&quot; . &quot;-ld&quot;))
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>GNU  Findutils can also exec a command on multiple files (no need for xargs):</p>
<p><code><br />
(setq find-ls-option '("-exec ls -ld {} \\+" . "-ld"))<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue D. Nymme</title>
		<link>http://www.masteringemacs.org/articles/2011/03/25/working-multiple-files-dired/#comment-745</link>
		<dc:creator>Sue D. Nymme</dc:creator>
		<pubDate>Sun, 27 Mar 2011 14:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=392#comment-745</guid>
		<description><![CDATA[That doesn&#039;t help much, I&#039;m afraid.  For one thing, I want exact file sizes, not &quot;14k&quot;.  For another, it makes all the file sizes between 1 and 4 characters, which obfuscates the scale (imho).
I&#039;d really prefer to see file sizes written out in full, but with commas.  I don&#039;t think ls has a flag to do that.  I should look at the guts of dired to see how it lays out the results from ls.]]></description>
		<content:encoded><![CDATA[<p>That doesn&#8217;t help much, I&#8217;m afraid.  For one thing, I want exact file sizes, not &#8220;14k&#8221;.  For another, it makes all the file sizes between 1 and 4 characters, which obfuscates the scale (imho).<br />
I&#8217;d really prefer to see file sizes written out in full, but with commas.  I don&#8217;t think ls has a flag to do that.  I should look at the guts of dired to see how it lays out the results from ls.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
