How does paste temperatures.txt conditions.txt combine the two files by default?
paste temperatures.txt conditions.txt
It joins rows only when their text values are identical
It places values from corresponding line numbers side by side
It prints the complete first file and then the complete second file vertically
It sorts all lines alphabetically before combining them