Path: utzoo!attcan!uunet!husc6!spdcc!dyer From: dyer@spdcc.COM (Steve Dyer) Newsgroups: comp.unix.xenix Subject: Re: Filenames -- converting Message-ID: <3480@ursa-major.SPDCC.COM> Date: 9 Jun 89 03:08:49 GMT References: <1011@cernvax.UUCP> <3339@cps3xx.UUCP> <655@eecea.eece.ksu.edu> <25879@beta.lanl.gov> <1613@hudson.acc.virginia.edu> Reply-To: dyer@ursa-major.spdcc.COM (Steve Dyer) Organization: S.P. Dyer Computer Consulting, Cambridge MA Lines: 17 In article <1613@hudson.acc.virginia.edu> wrp@biochsn.acc.Virginia.EDU.acc.Virginia.EDU (William R. Pearson) writes: >Here is a program called tolower, that takes an argument and returns it in >lowercase. Compile it and use the csh script: > foreach file (*) > mv $file `tolower $file` > end Oh, you mean: foreach file (*) mv $file `echo $file | tr '[A-Z]' '[a-z]'` end -- Steve Dyer dyer@ursa-major.spdcc.com aka {ima,harvard,rayssd,linus,m2c}!spdcc!dyer dyer@arktouros.mit.edu