wget -w 0.1 --random-wait -r -nc --no-parent -l inf -i dc-list -o dc-log --reject-regex "[0-9]+."
wget -w 0.5 --random-wait -r -nc --no-parent -l inf -i scriptures-list -o scriptures-log
find . -iname '?' | xargs -I % sh -c 'newname=$(echo % | sed "s/(^.)(?.)/\1/"); mv % $newname'