Computer Science, asked by tomrichards963, 8 months ago

$echo cat cat $echo whats the difference between the two

Answers

Answered by riyasharma92184
2

Answer:

echo on the other other hand will always add a new line when you echo a message if there isn't one. Other answers are right, there is simply no newline character in the end of your file. txt . ... cat file simply copies the file contents to standard output.

Similar questions