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
Customise toolbar through Group Policy + Server 2003
Vision Slogan
Search Engine Optimization Software
SQL select query syntax, attempting to pass a integer variable from vb.net to a sql string select command
concatenate string of %variable% to SQL from VB
I have an Excel spreadsheet that is too large
Excel Table Synchronization- Why does this code not work?
Apache mod-rewrite question dealing with folders
TNEF decoding for junk mail filtering reasons
Using XP Home "you might not have permission to use this network resource"