Pages: echo
This commit is contained in:
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"`
|
Reference in New Issue
Block a user