Skip to content

Commit

Permalink
Merge pull request #1426 from swcarpentry/rm-simply
Browse files Browse the repository at this point in the history
remove word "simply"
  • Loading branch information
bkmgit authored Aug 5, 2023
2 parents c14874a + 6f4dfd2 commit a6e4654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/06-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6e4654

Please sign in to comment.