tldr/pages/common/echo.md

12 lines
189 B
Markdown
Raw Normal View History

2014-05-11 11:20:51 +01:00
# echo
> Print given arguments.
2014-05-11 11:20:51 +01:00
- Print a text message. Note: quotes are optional:
2014-05-11 11:20:51 +01:00
`echo {{"Hello World"}}`
2014-05-11 11:20:51 +01:00
- Print a message with environment variables:
2014-05-11 11:20:51 +01:00
`echo {{"My path is $PATH"}}`