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
Change the default Date format
How to upgrade from Crystal report version 7 to 11?
How to use Decimal Data Type in VBA code
80072f17 - invalid certificate
Trying to convert a basic disk to RAID-1 using ghost
Using MovieClips as buttons with minor problems
Error when selecting Printed Watermark. It says "This feature has been disabled because it is not compatbile with Word 97". I am running Word 2003.
DTS Transform Skip Row, loads no data
Is it safe to remove windows update uninstall files
Ping returning different IP address than the one entered.