• + 0 comments
    while read input ; 
    do 
    
    echo ${input} >> output.txt 
    
    done 
    
    tr -d '"' '"' < output.txt