• + 0 comments
    while read line;do
     echo $line >> file.txt
    done
    cat file.txt | uniq