hello: add page (#4586)

This commit is contained in:
Sahil Dhiman
2020-10-13 11:56:23 +00:00
committed by GitHub
parent 06f9747675
commit dd2c3fcb18

16
pages/linux/hello.md Normal file
View File

@@ -0,0 +1,16 @@
# hello
> Print "Hello, world!", "hello, world" or a customizable text.
> More information: <https://www.gnu.org/software/hello/>.
- Print "Hello, world!":
`hello`
- Print "hello, world", the traditional type:
`hello --traditional`
- Print a text message:
`hello --greeting="{{greeting_text}}"`