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
Clear Screen
Windows Logs off Immediately after Successful Logon - Faux partitions
why does my swf flicker like this?
Making a var with an Array global
Frequency of Googlebot crawl
If EXISTS with a Union statement - SQL Server 2005
i get the below error for the code here in the snippet. Excel macro that gets the drive letters of each machine.
MY COMPUTER is very slow
Date Problems
Adjust text leading/tracking Acrobat 6 Pro