From 6f4dfd241e5fa8813089ec9d6f0ec44f046fe83f Mon Sep 17 00:00:00 2001 From: maneesha sane <829690+maneesha@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:44:47 -0400 Subject: [PATCH] remove word "simply" Rewrite sentence to avoid using the word "simply" --- episodes/06-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/06-script.md b/episodes/06-script.md index 5c8ebfad0..35ce2ae61 100644 --- a/episodes/06-script.md +++ b/episodes/06-script.md @@ -43,7 +43,7 @@ $ nano middle.sh The command `nano middle.sh` opens the file `middle.sh` within the text editor 'nano' (which runs within the shell). If the file does not exist, it will be created. -We can use the text editor to directly edit the file --- we'll simply insert the following line: +We can use the text editor to directly edit the file by inserting the following line: ```source head -n 15 octane.pdb | tail -n 5