From 26b72921ac0d2c9f73732625785eb0bb5b27073d Mon Sep 17 00:00:00 2001 From: Ritwik Sharma Date: Mon, 14 Dec 2020 19:49:54 -0800 Subject: [PATCH] Fix typo in file view command section (#65) --- 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 28b3068..f5a17a0 100644 --- a/courses/linux_basics/command_line_basics.md +++ b/courses/linux_basics/command_line_basics.md @@ -245,7 +245,7 @@ mv command to rename the ""\_test_runner.py" file to "test.py". ## Commands for Viewing Files -There are three basic commands which are used frequently to view the +There are five basic commands which are used frequently to view the files: - cat