Shell Programming: echo Command
echo is one of the most unassuming yet frequently used commands in Shell. It can simply print a message, but it can also check variables, concatenate output, and help debug scripts.
This material is best read early in your Shell programming journey. Getting output right first makes writing conditionals, loops, and script logging much smoother later.