From 4f9a440e0448ec010708e5f70a525c9a7cdb5272 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Fri, 22 Apr 2022 17:33:01 -0400 Subject: [PATCH] Update 104-basic-terminal-commands.md (#1205) * Update 104-basic-terminal-commands.md * Update content/roadmaps/101-backend/content/102-os-general-knowledge/104-basic-terminal-commands.md * Update 104-basic-terminal-commands.md * Update 104-basic-terminal-commands.md Co-authored-by: Kamran Ahmed --- .../104-basic-terminal-commands.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/102-os-general-knowledge/104-basic-terminal-commands.md b/content/roadmaps/101-backend/content/102-os-general-knowledge/104-basic-terminal-commands.md index 910d351e0..660fdb62b 100644 --- a/content/roadmaps/101-backend/content/102-os-general-knowledge/104-basic-terminal-commands.md +++ b/content/roadmaps/101-backend/content/102-os-general-knowledge/104-basic-terminal-commands.md @@ -1 +1,13 @@ -# Basic terminal Commands +# Basic Terminal Commands + +Working within the terminal is common practice for any Backend Developer and there are many commands and utilities that can help you achieve your tasks more efficiently. + +The best way to learn these commands is to practice them in your own machine/environment. Specifically, these are related to Linux commands/utilities which are the most prevalent in the market. + +To understand these commands, read through the manual pages by using `man` command e.g. `man grep`, `man awk` etc. + +After enough exposure and practice to these commands, it will become easier to use these in practice + +Free Content +Command Line Tutorial +34 Basic Linux Commands