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
How read and write the date format in Windows from code in Access 2003
migrating sbs 2003 to 2008 sbs
post script files?
isnumeric in asp/javascript
Unable to connect to SQL Server instances
Fn Key on Gateway 600XL is inside out!
CGI Script Error
Mysql Character Set
Global distribution list requires email address
HELP!!! Store.exe memory leak?