Commit 4a02b0d2 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 24116d67
...@@ -4,7 +4,7 @@ filename=$1 #L1C Filename ...@@ -4,7 +4,7 @@ filename=$1 #L1C Filename
#cd $INPUTDIR/L2A #cd $INPUTDIR/L2A
echo $filename echo $filename
Z1=$(echo $filename | cut -d "_" -f1) Z1=$(echo $(echo $filename | cut -d "_" -f1) | cut -d "/" -f3)
Z2=$(echo $filename | cut -d "_" -f3,4,5,6,7 | cut -d "." -f1) Z2=$(echo $filename | cut -d "_" -f3,4,5,6,7 | cut -d "." -f1)
echo $Z1 echo $Z1
#L2A=$Z1"_MSIL2A_"$Z2 #L2A=$Z1"_MSIL2A_"$Z2
......
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