The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Replace characters in all file names in a particular directory
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Replace characters in all file names in a particular directory
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
02-16-2006
bigearsbilly
Registered User
Join Date: Feb 2006
Location: Southern England
Posts: 104
for f in bdw* ;do
echo mv $f fdm${f%bdw}
done
bigearsbilly
View Public Profile
Find all posts by bigearsbilly
Find bigearsbilly's past nominations received
Find bigearsbilly's present nominations given