for f in metadata/*/*/short_description.txt; do git mv $f `echo $f | sed s,short_description,summary,`; done