mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 02:55:24 +02:00
commit
e7ba3a83d3
1 changed files with 13 additions and 0 deletions
13
pages/common/echo.md
Normal file
13
pages/common/echo.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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"`
|
Loading…
Add table
Reference in a new issue