Microsoft
Software
Hardware
Network
Question : ksh loop through all the subdirectories within a directory
I want to loop thru all the sub directories within a directory using shell script. Please advise.
Answer : ksh loop through all the subdirectories within a directory
you may do
find /dirpath -type dir 2> /dev/null | while read dir
do
basename $dir
done
Random Solutions
Sql Server 2005 Bulk Insert Access Denied
Datediff - average
Test if parent of an object is the main timline.
How do I automatically go to a html page after a Flash movie has ended?
500 Points... INSTALL cURL on CENTOS 3
Question about stoping a netstream ?
winXP SP2: 'portable/mobile' usb devices (e.g. usb-stick) don't get drive letter assigned - but external harddrives do
Exchange 2007: Bringing an SCR replica online
SQL Stored Procedure - Insert and Get ID if not found, Get ID if found
SELECTs from a temporary table and NOLOCKs