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
Sep 01, 20251 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