cat takes a file. so you cannot print words like do you echo
echo takes string arguments.
they are different
you can pass here documents as “files” but not as strings
Search
Jan 11, 20261 min read
cat takes a file. so you cannot print words like do you echo
echo takes string arguments.
they are different
you can pass here documents as “files” but not as strings