Microsoft
Software
Hardware
Network
Question : Script to rename foldernames
Hello,
I need a script which can rename all the folders with name "bios" to "Bios" in a filesystem. This folder 'bios' is spread across in multiple folders. Please let me know. Its bit urgent for me.
Thanks,
Ashok
Answer : Script to rename foldernames
try
find /path/to/folders -type d -name bios | while read dir
do
d=`dirname $dir`
mv $dir $d/Bios
done
Random Solutions
Flash XmlSocket Receiving Data Issue Only When Run as Web Site <policy-file-request/> Problem
Change default green incrypted file color xp
how to run a very large .SQL file as part of a DTS package or Job?
Comparing strings to verify alphanumerical order.
Applying transform to Office 2003 deployment in group policy
What is blocking user internet access?
How to just load one form between .mdb files?
Exchange 2003 - mail flows in and out, but can't browse OWA
Find cmd failing with "find: paths must precede expression" however works on command line.
cluster DHCP