From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29607 invoked from network); 25 Oct 1999 19:54:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Oct 1999 19:54:05 -0000 Received: (qmail 20983 invoked by alias); 25 Oct 1999 19:53:52 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2695 Received: (qmail 20976 invoked from network); 25 Oct 1999 19:53:49 -0000 Date: Mon, 25 Oct 1999 22:54:44 +0300 From: Mircea Damian To: zsh-users@sunsite.auc.dk Subject: Upper case Message-ID: <19991025225443.A8843@linux.kappa.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Hello, I was wondering yesterday if there is a simple way to rename all my song files(mp3) from name with spaces.mp3 -> Name With Spaces.mp3 with something like: for i in *.mp3; do mv -v $i (UNKNOWN_PART_TO_ME) done I tried using sed there but with no luck. Can anyone give me a clue here? -- Mircea Damian E-mails: dmircea@kappa.ro, dmircea@roedu.net WebPage: http://taz.mania.k.ro/~dmircea/