dimanche 8 novembre 2009

"Oneliner" du mois

Voici les "onliner" que j'ai utilisé à profusion ce mois-ci:

find . -type f -print0 | xargs -0 grep -n 'RarePatternGoesHere'

find . -type f -name "*.ext" | xargs -0 perl -i -pe 's/oldpattern/newpattern/'

Aucun commentaire:

Publier un commentaire