file=../RAISE_all.csv; tail -n +2 $file | cut -d ',' -f2 | xargs -I % sh -c 'wget -q % && echo %' | tqdm --total `wc -l $file | cut -d ' ' -f1`; matrix-commander -m 'RAISE download finished!'
100%|█████████████████████████████████████████████████████████████████████████▉| 8156/8157 [3:59:28<00:01, 1.76s/it]
Total .nef size: 138G.
.nef
About converting to less :
for file in *.NEF; do darktable-cli $file ../png/${file//.NEF/}.png 2>&1; done | tqdm --total `ls *.NEF | wc -l | cut -d ' ' -f1`; matrix-commander -m 'Conversion finished!'
100%|█████████████████████████████████████████████████████████████████████████| 8156/8156 [10:16:28<00:00, 4.54s/it]
No dependencies set.
The note is not visible to the blocked user.
Total
.nefsize: 138G.About converting to less :