From ee255aac275892c2bb07c90f7fd8010a52133c4f Mon Sep 17 00:00:00 2001 From: bevilj Date: Wed, 14 Nov 2018 08:56:17 +0000 Subject: [PATCH] code review fpr basic and advanced pages git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@169 a672b425-5310-4d7a-af5c-997e18724b81 --- site/pages/cmd/advanced/echo.html | 37 +-- site/pages/cmd/advanced/grep.html | 65 ++-- site/pages/cmd/advanced/nl.html | 63 ++-- site/pages/cmd/advanced/pipes.html | 33 +- site/pages/cmd/advanced/tr.html | 75 +++-- site/pages/cmd/basic/closeshell.html | 17 +- site/pages/cmd/basic/more-less.html | 4 +- site/pages/cmd/basic/open.html | 4 +- site/pages/cmd/basic/openshell.html | 4 +- site/pages/cmd/basic/terminal-toolbar.html | 368 +++++++++------------ site/pages/cmd/interm/git.html | 4 +- 11 files changed, 319 insertions(+), 355 deletions(-) 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

-
-