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
Problem accessing global IP that are local servers within the optional port of my Firebox
Exchange Bounce Back Error
access an attribute of a class from a list
How to add printers in an ADUC OU
Adding Shortcuts to the Right Click Menu in Solaris 8 Open Windows
connect to MS Access database from Linux
in as3 how do I trigger a function each frame (when stopped)
Relaying denied. IP name possibly forged
Perth time zone won't work in Outlook 2007 Calendaring w/ Exchange 2003
Win2k PDC Won't sync with external Time Source