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
Delegation of Exchange mailbox creation
On Wordpress can I password-protect my home page will under development?
Convert .rtf file to .doc file
How to Migrate User Profiles
Ntoskrnl.exe is missing or corrupt.
Writing bits to screen in Direct Draw
Should I disable the SA login for security reasons in SQL Server 2000?
Trying to pull data from last year using LastYearYTD and it's not working - How do I use Set Print Date properly?
connecting office pc from home pc through dyn dns
regex matching - multiple lines