Skip to content

Commit

Permalink
Merge pull request #1403 from karenword/patch-3
Browse files Browse the repository at this point in the history
move instructor note inline (2)
  • Loading branch information
bkmgit committed Jun 18, 2023
2 parents ea7bbf3 + d8088c1 commit adb3774
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 12 additions & 0 deletions episodes/03-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ exercises: 20

::::::::::::::::::::::::::::::::::::::::::::::::::


## Creating directories

We now know how to explore files and directories,
Expand Down Expand Up @@ -150,6 +151,17 @@ or other special characters, you should surround the name in quotes (`""`).

::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::: instructor

Learners can sometimes get trapped within command-line text editors
such as Vim, Emacs, or Nano. Closing the terminal emulator and opening
a new one can be frustrating as learners will have to navigate to the
correct folder again. Our recommendation to mitigate this problem is that
instructors should use the same text editor as the learners during workshops
(in most cases Nano).

::::::::::::::::::::::::::::::::::::::::::::::::::

### Create a text file

Let's change our working directory to `thesis` using `cd`,
Expand Down
7 changes: 0 additions & 7 deletions instructors/instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@ as long as learners using Windows do not run into roadblocks such as:
- Resources for "splitting" your shell so that recent commands
remain in view: [https://github.com/rgaiacs/swc-shell-split-window](https://github.com/rgaiacs/swc-shell-split-window).

- Learners can sometimes get trapped within command-line text editors such as
Vim, Emacs, or Nano.
Closing the terminal emulator and opening a new one can be frustrating
as learners will have to navigate to the correct folder again.
Our recommendation to mitigate this problem is that instructors should use
the same text editor as the learners during workshops (in most cases Nano).

- Tab completion sounds like a small thing: it isn't.
Re-running old commands using `!123` or `!wc`
isn't a small thing either,
Expand Down

0 comments on commit adb3774

Please sign in to comment.