• + 0 comments
    while read input; do 
        echo $input >> temp.txt;
    done
    sort -n -r < temp.txt