From dd2c3fcb1823749ac6f926a81265e84ed481fcfd Mon Sep 17 00:00:00 2001 From: Sahil Dhiman <52946452+sahilister@users.noreply.github.com> Date: Tue, 13 Oct 2020 11:56:23 +0000 Subject: [PATCH] hello: add page (#4586) --- pages/linux/hello.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/hello.md diff --git a/pages/linux/hello.md b/pages/linux/hello.md new file mode 100644 index 0000000000..dea693cea7 --- /dev/null +++ b/pages/linux/hello.md @@ -0,0 +1,16 @@ +# hello + +> Print "Hello, world!", "hello, world" or a customizable text. +> More information: . + +- Print "Hello, world!": + +`hello` + +- Print "hello, world", the traditional type: + +`hello --traditional` + +- Print a text message: + +`hello --greeting="{{greeting_text}}"`