Commit a74b3a57 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

date directory

parent 2eba61ac
...@@ -14,7 +14,7 @@ do ...@@ -14,7 +14,7 @@ do
filename=$JP2DIR$filepattern filename=$JP2DIR$filepattern
fileout1=$(echo $filepattern | cut -d"_" -f1) #T16QBJ fileout1=$(echo $filepattern | cut -d"_" -f1) #T16QBJ
fileout2=$(echo $filepattern | cut -d"_" -f2) #20170515T162341 fileout2=$(echo $filepattern | cut -d"_" -f2) #20170515T162341
dateText=$(echo $filepattern | cut -d"T" -f1) #20170515 dateText=$(echo $fileout2 | cut -d"T" -f1) #20170515
echo $filename echo $filename
echo $JP2DIR$dateText echo $JP2DIR$dateText
......
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