user input

parent 4c9ab489
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#Convert L1C Products to L2A using L2A_Process #Convert L1C Products to L2A using L2A_Process
filename=$1 #L1C Filename filename=$1 #L1C Filename
basename=${s##*/} basename=${filename##*/}
echo $filename echo $filename
echo $basename echo $basename
#Z1=$(echo $(echo $filename | cut -d "_" -f1) | cut -d "/" -f3) #Z1=$(echo $(echo $filename | cut -d "_" -f1) | cut -d "/" -f3)
......
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