diff --git a/courses/linux_basics/command_line_basics.md b/courses/linux_basics/command_line_basics.md index 8b0e880..f08d91b 100644 --- a/courses/linux_basics/command_line_basics.md +++ b/courses/linux_basics/command_line_basics.md @@ -254,6 +254,10 @@ files: - tail +- more + +- less + We will now try to understand what each command does and how to use these commands. You should also practice the given examples on the online bash shell.