# # mv a.x b.x # # # http://www.joot.com/dave/writings/articles/unix-tricks.html # # for i in `ls`; do mv $i $i.old; done # # # # End of file