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
Sort by last word in field
What is a PCI Early Non VGA device?
After Installing Active Directory, SQL Reporting Server stoped working.
Exchange 2007 and Samsung SCH-i760 synching
How to insert data with more than 4000 char in clob datatype in oracle 9 i
SQL Server 2005 CLR Trigger - Audit Table Requires Additional Information
Ms access SQL Select Like Query Error.
Recreate priv1.edb databse?
"Sysinternals Process Explorer has encountered an error and must close."
Why are .cab files failing to install on my movile device?