This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
79552ed440
tldr
/
pages
/
common
/
echo.md
187 B
Raw
Blame
History
echo
Print given arguments
Print a text message. Note: quotes are optional.
echo {{"Hello World"}}
Print a message with environment variables
echo {{"My path is $PATH"}}