Hi all,
I have tried this several ways and can not seem to get what I am looking for. What I want to do is create a list of sub directories under a specified directory. I will then iterate thru each of them, looking for specific files.
Here is what I have tried.
set processdir [concat $rootdir/processes]
set process_list [exec ls $processdir]
foreach process $process_list {
echo "******************************************"
echo $process
echo "******************************************"
}
TIA for any help you can lend.
Ati2ude
I have tried this several ways and can not seem to get what I am looking for. What I want to do is create a list of sub directories under a specified directory. I will then iterate thru each of them, looking for specific files.
Here is what I have tried.
set processdir [concat $rootdir/processes]
set process_list [exec ls $processdir]
foreach process $process_list {
echo "******************************************"
echo $process
echo "******************************************"
}
TIA for any help you can lend.
Ati2ude