hi all,
I"m trying to mv several files from name.new to name.old. In other words, I have a bunch of files with the .new extension that I want to copy to a file of the same name with a .old extension. I'm doing this in ksh. I thought I could simply do a mv *.new $1.old but that just doesn't work. Any help would be appreciated. Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~
I"m trying to mv several files from name.new to name.old. In other words, I have a bunch of files with the .new extension that I want to copy to a file of the same name with a .old extension. I'm doing this in ksh. I thought I could simply do a mv *.new $1.old but that just doesn't work. Any help would be appreciated. Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~