diff --git a/pages/common/echo.md b/pages/common/echo.md new file mode 100644 index 000000000..5c907919b --- /dev/null +++ b/pages/common/echo.md @@ -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"` \ No newline at end of file