Here is a xargs shell tip for moving several subversion controlled files.
find . -name \*.html | xargs -n1 -I '{}' svn mv {} ../archive/
Technorati Tags: subversion, shell
Here is a xargs shell tip for moving several subversion controlled files.
find . -name \*.html | xargs -n1 -I '{}' svn mv {} ../archive/
Technorati Tags: subversion, shell
0 comments ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment