Tuesday, November 22, 2011

Linux Script to find all the odt files and copy it without overwriting the files same name

 #find ./source/ -iname *.odt -exec cp  -v "{}" --force --backup=numbered ./dest/ \;

No comments:

Post a Comment