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
Lock the sheet...
How do you detach a movie clip when any action causes the movie to go to any other frame?
Traffic-Power Search Engine Placement - User Feedback?
What does 'Cannot Create Transaction because Capacity was Exceeded' mean?
can chinese version of windows xp be loaded directly over a english version?
Can't delete items in Outlook 2002 deleted items folder
I need to do a report in bash or perl to sum up columns b for each time column a changes
Mail rejected for container policy reasons in Exchange 2k3
Vista hates me. OEM version activation problem
Differences between xcopy, scopy, permcopy and robocopy