From e06dc62284ddd8c0766e9fbcce41d554caebe4a3 Mon Sep 17 00:00:00 2001 From: Kalyanasundaram Somasundaram Date: Wed, 9 Dec 2020 13:29:49 +0530 Subject: [PATCH] Add more and less in file manipulation linux command list --- courses/linux_basics/command_line_basics.md | 4 ++++ 1 file changed, 4 insertions(+) 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.