• + 0 comments

    while read N do echo "$N" >> file.txt done sort -n -r < file.txt