Commit 9b0937da authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent ba1b8853
......@@ -3,7 +3,7 @@
filename=$1 #L1C Filename
#cd $INPUTDIR/L2A
echo $filename
#echo $filename
Z1=$(echo $(echo $filename | cut -d "_" -f1) | cut -d "/" -f3)
Z2=$(echo $filename | cut -d "_" -f3,4,5,6,7 | cut -d "." -f1)
#echo $Z1
......@@ -22,7 +22,7 @@ if [ ! -e $L2A.zip ]; then
# rm -r $L2A.SAFE/
rm -r $DIRNAME/
else
echo "PASSING: ZIP" $ZIPFILE " found"
echo "PASSING: " $filename " found"
fi
#echo ../L1C/S2B_MSIL1C_20180915T162859_N0206_R083_T15QZD_20180915T215031.zip | cut -d "." -f1,2
#S2B_MSIL2A_20180915T162859_N0206_R083_T15QZD_20180915T215031.zip
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