All UNIX gurus, I need to change 300 image file names sequentially, such as: XXX_10001.img to XXX_101.img XXX_10002.img to XXX_102.img ................ Obviously, using UNIX 'mv' to work on 300 files is stupid. Anyone can give me a very simple UNIX shell file to finish the job quickly? Thank you! Yanming
