I do computer things and sometimes write about it here.
I'm a Software Engineer in Shanghai, China and I ship code at LingoChamp.
November 20, 2012
不是常用到会容易忘记,在这里记一下:
brew install rename
rename s/alice/bob/g *.html rename oldname newname *.files
find
-exec
find . -name "*html.erb" -exec rename s/html\.erb/html/ {} \;