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

parallel

parent 5753f7e4
......@@ -15,7 +15,7 @@ cd $INPUTDIR/L2A
# cd $INPUTDIR/L2A
# echo $f
ls ../L1C/*.zip | parallel -0 L1CToL2A.sh
ls ../L1C/*.zip | parallel --jobs 8 L1CToL2A.sh
# Z1=$(echo $f | 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