<?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 the Z shell</title>
	<atom:link href="http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/</link>
	<description>What I’m doing and thinking, mostly in German – Martin Haase’s personal weblog</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:53:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: maha</title>
		<link>http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/comment-page-1/#comment-25447</link>
		<dc:creator>maha</dc:creator>
		<pubDate>Fri, 23 Nov 2007 22:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/#comment-25447</guid>
		<description>Keks: you are so right, how could I have overlooked that? really cool solution</description>
		<content:encoded><![CDATA[<p>Keks: you are so right, how could I have overlooked that? really cool solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maha</title>
		<link>http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/comment-page-1/#comment-25446</link>
		<dc:creator>maha</dc:creator>
		<pubDate>Fri, 23 Nov 2007 22:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/#comment-25446</guid>
		<description>erdgeist, you are a real &lt;em&gt;find&lt;/em&gt;-ling, this is indeed the solution for the &lt;em&gt;find&lt;/em&gt; variant, you just have to specify the source (even with &lt;em&gt;--files-from&lt;/em&gt;, with this option the &lt;em&gt;-R&lt;/em&gt; is not needed anymore):

&lt;pre&gt;find ./* -print0 -user maha -mtime -300 -type f &#124; \
rsync -avuR –-files-from=- –-from0 . maha@sputnik:&lt;/pre&gt;

but the zshell solution looks more elegant to me.</description>
		<content:encoded><![CDATA[<p>erdgeist, you are a real <em>find</em>-ling, this is indeed the solution for the <em>find</em> variant, you just have to specify the source (even with <em>&#8211;files-from</em>, with this option the <em>-R</em> is not needed anymore):</p>
<pre>find ./* -print0 -user maha -mtime -300 -type f | \
rsync -avuR –-files-from=- –-from0 . maha@sputnik:</pre>
<p>but the zshell solution looks more elegant to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keks</title>
		<link>http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/comment-page-1/#comment-25445</link>
		<dc:creator>Keks</dc:creator>
		<pubDate>Fri, 23 Nov 2007 22:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/#comment-25445</guid>
		<description>Hi Maha,

just combine the two commands this way:

rsync -avuR ^[.]*/*(mM-10.u:maha:) ^[.]*(mM-10.u:maha:) maha@sputnik:

Most shell commands are capable of handling multiple (source) parameters. This is important, because wildcards are expanded by the shell.

Regards,
Oliver aka Keks :-)
http://www.blitztarif.de/</description>
		<content:encoded><![CDATA[<p>Hi Maha,</p>
<p>just combine the two commands this way:</p>
<p>rsync -avuR ^[.]*/*(mM-10.u:maha:) ^[.]*(mM-10.u:maha:) maha@sputnik:</p>
<p>Most shell commands are capable of handling multiple (source) parameters. This is important, because wildcards are expanded by the shell.</p>
<p>Regards,<br />
Oliver aka Keks <img src='http://www.maha-online.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://www.blitztarif.de/" rel="nofollow">http://www.blitztarif.de/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erdgeist</title>
		<link>http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/comment-page-1/#comment-25435</link>
		<dc:creator>erdgeist</dc:creator>
		<pubDate>Sat, 17 Nov 2007 00:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.maha-online.de/blog/2007/11/16/working-with-the-z-shell/#comment-25435</guid>
		<description>Dear Maha,

maybe the command line

find ./* -print0 -user maha -mtime -300 -type f &#124; \
rsync -avuR --files-from=- --from0 maha@sputnik:

is what your are looking for.

Regards

  erdgeist</description>
		<content:encoded><![CDATA[<p>Dear Maha,</p>
<p>maybe the command line</p>
<p>find ./* -print0 -user maha -mtime -300 -type f | \<br />
rsync -avuR &#8211;files-from=- &#8211;from0 maha@sputnik:</p>
<p>is what your are looking for.</p>
<p>Regards</p>
<p>  erdgeist</p>
]]></content:encoded>
	</item>
</channel>
</rss>

