Skip to content

deni64k/the

Repository files navigation

Catalogue

while ! curl -C- http://vo.ari.uni-heidelberg.de/textdumps/ppmxl.gz -O; do sleep 1; done

pv -cN unzip ~/Downloads/ppmxl.gz | gunzip -c | awk -F '|' '{ if ($13 > 0.0 && $13 ⇐ 2.5) print $0; }' | pv -lcN stars > stars-bright.txt

TODO