Subj : bash script To : comp.programming From : Christian Christmann Date : Wed Sep 14 2005 09:42 am Hi, I need a bash script which copy all files of a directory and adds a specific prefix with all newly created files. E.g. in the directory I have: char01, char02 and chartest04 and want the script to create automatically uchar01, uchar02 and uchartest04 with 'u' as prefix. Since I'm not familiar with writing scripts I would appreciate your help. Thank you. Chis .