dir loop

parent df43c023
......@@ -65,11 +65,13 @@ do
# break
done
#cd $PRODCUTSDIR
#for f in $(find . -type f -name '*.zip')
#do
cd $PRODCUTSDIR
for f in *; do
if [ -d ${f} ]; then
echo $f
fi
done
#done
cd $JP2DIR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment