• + 3 comments
    echo $line | cut -f1-3
    
    echo "$line" | cut -f1-3
    

    Why just the second one works? Which changes the double quotes causes?