tldr/pages/common/echo.md

13 lines
187 B
Markdown
Raw Normal View History

2014-05-11 11:20:51 +01:00
# echo
> Print given arguments
- Print text message. Note: quots are optional
`echo Hello World`
or
`echo "Hello World"`
- Print message with variable $PATH
`echo "My path is $PATH"`