Commit 114b2eec authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent e5c28700
...@@ -15,8 +15,9 @@ cd $INPUTDIR/L2A ...@@ -15,8 +15,9 @@ cd $INPUTDIR/L2A
# cd $INPUTDIR/L2A # cd $INPUTDIR/L2A
# echo $f # echo $f
ls ../L1C/*.zip | parallel --jobs 8 L1CToL2A.sh # ls ../L1C/*.zip | parallel --jobs 8 L1CToL2A.sh
ls ../L1C/*.zip | parallel --jobs 8 echo
# Z1=$(echo $f | cut -d "_" -f1) # Z1=$(echo $f | cut -d "_" -f1)
# Z2=$(echo $f | cut -d "_" -f3,4,5,6,7 | cut -d "." -f1) # Z2=$(echo $f | cut -d "_" -f3,4,5,6,7 | cut -d "." -f1)
......
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