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
500 line too long
usb mass storage device
Solaris system Planning
I/O error and a lost quark file
error 1053
After changing TCP/IP settings (IP from other IP range) windows firewall has switched the active profile from domain to standard. WHY ?
Veritas 10 not backing up on server where new install of SQL 2005 was done
AJAX with timer
ORACLE 11g RAC ip change
Self-Extracting ZIP (exe) receiving "license enforcement" error on Windows 2003 Server - installing Crystal Reports Server