• + 0 comments
    #!/bin/bash
    while read line; do
        echo $line | tr " "* " "; done