From 1852a9e1479957e8607a4fcff518570e062ae303 Mon Sep 17 00:00:00 2001 From: Soma Mehra <66573423+Soma281996@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:24:38 +0530 Subject: [PATCH] Add content for echo command (#2482) Updating tutorial for echo command --- .../102-managing-servers/101-live-in-terminal/127-echo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/127-echo.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/127-echo.md index 80c815120..bb0eb5392 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/127-echo.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/127-echo.md @@ -5,4 +5,5 @@ It has the following syntax: `$ echo [options] [string]` e.g. `$ echo "Hello World!"` Free Content -Echo command with Examples \ No newline at end of file +Echo command with Examples +Linux Crash Course - The echo Command