#bin/bash
neoList=`head -5 neoWISEfirst.txt | awk '{print $1}'`

for neo in $neoList; do
    echo $neo
done