shell下批量替换文件名中的空格

http://blog.csdn.net/dliyuedong/article/details/14229121

  
rename 's/ /_/g' *
  
rename 's/\(/_/g' *