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 - Copy todays records from one table to another table (Scheduled)
Windows Activation Error - Vista
Copy Profiles off terminal Server
E-Mail non-Delivery - Exchange 2003 - single account
Exchange 2003, Juniper and barracuda outgoing email through secondary IP
XML issues in flex
Windows update failing to install
Folder name with space cannot cd
How Do I create pivot query in t-sql for I-Anywhere
SCRIPT for generate BCP flat file ...from MYSQL file <MIGRATION>