From 546b309e09c82bbbf3314737522d10466ec0cad3 Mon Sep 17 00:00:00 2001 From: Ash Powell Date: Wed, 9 Dec 2020 20:24:09 +0000 Subject: [PATCH] Correct Number of Commands in Command Line Basics L113, incorrect number of commands when talking about basic commands. Four -> Five As reported in #53 --- courses/linux_basics/command_line_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/linux_basics/command_line_basics.md b/courses/linux_basics/command_line_basics.md index f08d91b..28b3068 100644 --- a/courses/linux_basics/command_line_basics.md +++ b/courses/linux_basics/command_line_basics.md @@ -110,7 +110,7 @@ will then list all the files and directories inside the given directory. ## Commands for Manipulating Files -There are four basic commands which are used frequently to manipulate +There are five basic commands which are used frequently to manipulate files: - touch