# Description: rename an eRM package from its original name to a new name
# all the file names and content of .e, .edoc, .txt, .sh files will
# be changed to use the new name
# Prerequisites: availability of perl and rename command
# Usage example:
# % pwd
# /blah/evc_lib
# % ls
# his_evc/ her_evc/
# % rename_package.sh his my his_evc
# % ls
# my_evc/ her_evc/
Author: Shuquing Zhao updated 8/24/2004 876 bytes
Originally posted in cdnusers.org by Administrator