diff --git a/site/pages/cmd/advanced/echo.html b/site/pages/cmd/advanced/echo.html index 04cc2ef..9da0e82 100644 --- a/site/pages/cmd/advanced/echo.html +++ b/site/pages/cmd/advanced/echo.html @@ -7,31 +7,18 @@ tags: echo calculator print title: echo --- +

+In computing, echo is a command in Unix operating systems that outputs the +strings it is being passed as arguments.
+It is a command typically used to output status text to the screen or a +computer file, or as a source part of a pipeline.
+To use this simple command just type "echo" with the topic we want to +print. The computer will return your argument as a string - - -

In computing, echo is a command in Unix operating systems that outputs the - strings it is being passed as arguments.
- It is a command typically used in - shell scripts and batch files to output status text to the screen or a - computer file, or as a source part of a pipeline.

-
-

How to use

- -

To use this simple command just type "echo" with the topic we want to - print. The computer will return your argument as a string, for example, -

 echo  hello world
- will return hello world. -

- -
- -

Skills

-
-