Répondre au commentaire

xargs save the queen

Toi aussi, pourris ton filesystem :

svn status | awk '$1 == "?" { print $2 }' | xargs rm -rf

Avantage : rm n'est exécuté qu'une seule fois, avec en paramètre tous les fichiers.

Répondre

Le contenu de ce champ ne sera pas montré publiquement.
  • You can use BBCode tags in the text.
  • Les lignes et les paragraphes vont à la ligne automatiquement.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".

Plus d'informations sur les options de formatage