diff options
Diffstat (limited to 'usr.bin/learn/lib/editor/L33.1b')
-rw-r--r-- | usr.bin/learn/lib/editor/L33.1b | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/usr.bin/learn/lib/editor/L33.1b b/usr.bin/learn/lib/editor/L33.1b deleted file mode 100644 index 83572235b8b..00000000000 --- a/usr.bin/learn/lib/editor/L33.1b +++ /dev/null @@ -1,24 +0,0 @@ -#print -Write the command that will change -either the word "that" or the word "than" -into "this", and then print the result. Type -"answer COMMAND" on a line, where COMMAND is -that string. (That is, COMMAND -will be of the form - s/.../.../p -where you have replaced the ... with the right stuff.) -You can test this out by going into the editor and -typing in a line that contains "that" and "than" -and trying to change it. You should do that until you -are sure you have the command right. -#copyin -#user -#uncopyin -#match s/tha[nt]/this/p -#match s/tha[tn]/this/p -#match s/tha[nt]/this/gp -#match s/tha[tn]/this/gp -#log -#next -34.1a 10 -34.2a 5 |