<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged xargs</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/xargs/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/xargs/order_by/date</id>
  <updated>2008-04-07T16:47:32Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Déplacement récursif SVN avec xargs </title>
  <link href="http://snippets.prendreuncafe.com/snippet/85"></link>
  <updated>2008-04-07T16:47:32Z</updated>
  <id>85</id>
  <summary type="html">Pour déplacer n fichiers php d'un dépôt subversion :

[code]
$ find . -name *.php | xargs -I % svn mv &quot;%&quot; trunk/
[/code]

On notera qu'on peut appliquer le principe pour toute commande dont l'ordre des arguments est exotique.</summary>
</entry>
</feed>