If you’re working in linux you will be introduced to writing shell scripts at some point. When you do, you’ll become very familiar with the echo.
If you open your terminal, and run an echo command it’ll literally echo whatever you put after the echo:
$ echo "Hello World" Hello WorldContinue reading “How do you add color or bold the echo outputs in a shell script?”