From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8776 invoked from network); 26 Oct 1999 13:27:59 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Oct 1999 13:27:59 -0000 Received: (qmail 19403 invoked by alias); 26 Oct 1999 13:27:21 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2700 Received: (qmail 19396 invoked from network); 26 Oct 1999 13:27:21 -0000 Sender: mlrhazi@laguardia.France.Sun.COM Message-ID: <3815AA78.636B5DC7@usa.net> Date: Tue, 26 Oct 1999 15:19:52 +0200 From: Mohamed LRHAZI X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Mircea Damian , zsh-users@sunsite.auc.dk Subject: Re: Upper case References: <19991025225443.A8843@linux.kappa.ro> <19991026103950.B19163@linux.kappa.ro> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello all, It shouldnt bother you, guys, to recieve some too simple questions from time to time hen? :) I tried the solution : for i in *.ps; do mv $i ${${(C)i}:s/ch/chap/} done I had these .ps files : evol.ch2.37p.ps evol.ch3.54p.ps evol.intro.3p.ps evol.ch1.13p.ps my zsh command changed them to : Evol.Evol.Ch3.54p.Ps Ch1.13p.Ps Evol.Ch2.37p.Ps Evol.Intro.3p.Ps I am using ZSH_VERSION=3.1.2 on solaris 7. Yes, sorry, didnt read in man page on this, just hoped to learn this one w/o any efforts :) Thanx. Mohamed.