Subject: RE: renaming a group of files
To: 'Sam Carleton' <netbsd-help@netbsd.org>
From: Conrad T. Pino <Conrad@Pino.com>
List: netbsd-help
Date: 12/26/2002 19:52:48
Syntaxes and methods vary by which shell your using.  Please
name your favorite poison:

Bourne shell  /bin/sh
     C shell  /bin/csh
  Korn shell  /bin/ksh

Conrad

-----Original Message-----
From: netbsd-help-owner@netbsd.org
[mailto:netbsd-help-owner@netbsd.org]On Behalf Of Sam Carleton
Sent: Thursday, December 26, 2002 19:46
To: netbsd-help@netbsd.org
Subject: renaming a group of files


Folks,

There are times I feel like I know UNIX really well and then
there are times when I fell like I know nothing.  This is one
of those times when I fell like I don't know a thing!

What I have is number of files that I would like to rename:

file1.txt -> TheTestFile1.txt
file2.txt -> TheTestFile2.txt
file3.txt -> TheTestFile3.txt

I keep running into this type of thing.  I have a feeling that
there is a simple way to do it with a bit of shell
programming, but I am clueless.  Does anyone have any
thoughts?

Sam