<?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: Tech tip #4: Copy a random set of files from a directory.</title>
	<atom:link href="http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/</link>
	<description>Seriously who ever reads this description.</description>
	<lastBuildDate>Sat, 28 Jan 2012 21:02:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dion Moult</title>
		<link>http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/comment-page-1/#comment-1839</link>
		<dc:creator>Dion Moult</dc:creator>
		<pubDate>Thu, 14 Jan 2010 11:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/#comment-1839</guid>
		<description>真的吗？</description>
		<content:encoded><![CDATA[<p>真的吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p.</title>
		<link>http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/comment-page-1/#comment-1838</link>
		<dc:creator>p.</dc:creator>
		<pubDate>Thu, 14 Jan 2010 11:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/#comment-1838</guid>
		<description>If the language of the web is Chinese, you&#039;d probably wouldn&#039;t exist here.(This house is all against any form of racism.) :)</description>
		<content:encoded><![CDATA[<p>If the language of the web is Chinese, you&#8217;d probably wouldn&#8217;t exist here.(This house is all against any form of racism.) :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 13/1/2010: Linux 2.6.33 RC4, Zenwalk 6.2 Reviewed &#124; Boycott Novell</title>
		<link>http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/comment-page-1/#comment-1833</link>
		<dc:creator>Links 13/1/2010: Linux 2.6.33 RC4, Zenwalk 6.2 Reviewed &#124; Boycott Novell</dc:creator>
		<pubDate>Thu, 14 Jan 2010 02:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/#comment-1833</guid>
		<description>[...] Tech tip #4: Copy a random set of files from a directory. [...]</description>
		<content:encoded><![CDATA[<p>[...] Tech tip #4: Copy a random set of files from a directory. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dion Moult</title>
		<link>http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/comment-page-1/#comment-1828</link>
		<dc:creator>Dion Moult</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/#comment-1828</guid>
		<description>lefty.crupps, The find command is straightfoward and returns a list of mp3 files with their full path, searched through all symlinked directories via the -L flag. The sort -R does the magic, man sort will tell you that that reorders the list. Then of course we simply tail the list to pick the last 100 in that list (which&#039;ll change due to the sort -R every time) and pass it on to the loop.

hari, I&#039;d probably do that too but I&#039;m much less familiar with it ;)</description>
		<content:encoded><![CDATA[<p>lefty.crupps, The find command is straightfoward and returns a list of mp3 files with their full path, searched through all symlinked directories via the -L flag. The sort -R does the magic, man sort will tell you that that reorders the list. Then of course we simply tail the list to pick the last 100 in that list (which&#8217;ll change due to the sort -R every time) and pass it on to the loop.</p>
<p>hari, I&#8217;d probably do that too but I&#8217;m much less familiar with it ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lefty.crupps</title>
		<link>http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/comment-page-1/#comment-1827</link>
		<dc:creator>lefty.crupps</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/#comment-1827</guid>
		<description>What about that command makes the selection random?  Looking at it, it appears to me that every run would produce the same files, but whjen I run it the output is indeed random and I am not seeing how (I am also not a bashmaster but I try to understand it whenever I can).</description>
		<content:encoded><![CDATA[<p>What about that command makes the selection random?  Looking at it, it appears to me that every run would produce the same files, but whjen I run it the output is indeed random and I am not seeing how (I am also not a bashmaster but I try to understand it whenever I can).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hari</title>
		<link>http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/comment-page-1/#comment-1821</link>
		<dc:creator>hari</dc:creator>
		<pubDate>Wed, 13 Jan 2010 05:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/#comment-1821</guid>
		<description>Personally I prefer to write my automated scripts in Python. More readable, convenient and almost as portable as Perl - though not as portable as shell scripts.</description>
		<content:encoded><![CDATA[<p>Personally I prefer to write my automated scripts in Python. More readable, convenient and almost as portable as Perl &#8211; though not as portable as shell scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gen2ly</title>
		<link>http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/comment-page-1/#comment-1820</link>
		<dc:creator>Gen2ly</dc:creator>
		<pubDate>Wed, 13 Jan 2010 02:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://thinkmoult.com/2010/01/12/tech-tip-4-copy-a-random-set-of-files-from-a-directory/#comment-1820</guid>
		<description>Hey, nice tip.  I would have got stuck at the piping to loop part.  &#039;read&#039; I&#039;ve seen but haven&#039;t had need to use yet (read line from standard input).  Hmm, very clever.</description>
		<content:encoded><![CDATA[<p>Hey, nice tip.  I would have got stuck at the piping to loop part.  &#8216;read&#8217; I&#8217;ve seen but haven&#8217;t had need to use yet (read line from standard input).  Hmm, very clever.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

