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
'onclick=' for calling a cfm function (multiple times) - what am I doing wrong?
Simple asp.net shopping cart web application in C#
Which GHO and GHS files go on which DVD's
Database hanging or slow sql
Outlook VBA mail Type
Braviax.exe not removable as SDFix.exe won't open...
Receiving PRO0008E Invalid Decimal Digit in PROTOCOL.INI File error with Ghost bootdisk created for Dell GX760
Exchange Server being used to send Spam
Real-time video processing
svchost.exe 99% cpu util, and other problems