2019년 2월 6일 수요일

Two versions of rename in linux

  • The “Perl” version, with syntax rename 's/^fgh/jkl/' fgh*
  • The util-linux version, with syntax rename fgh jkl fgh*