• + 0 comments
    while read input; do 
        echo $input | tr -s " "
    done