diff options
Diffstat (limited to 'usr.bin/learn/lib/editor/L32.2a')
-rw-r--r-- | usr.bin/learn/lib/editor/L32.2a | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/usr.bin/learn/lib/editor/L32.2a b/usr.bin/learn/lib/editor/L32.2a deleted file mode 100644 index 73496b8a0bf..00000000000 --- a/usr.bin/learn/lib/editor/L32.2a +++ /dev/null @@ -1,32 +0,0 @@ -#print -Just as you can use abbreviations to specify a class of -filenames, you can use abbreviationss in the editor to recognize -strings in the substitute command. Unfortunately, the -characters used in the editor are quite different from the -ones used in the file-name handler to specify patterns. -(Sorry about that, but that's the way the world is.) - -The symbol for 'any character' is '.' and this will -match any single letter or other character in a line. -For example, - s/a./bc/ -looks for an 'a' followed by anything, and changes those -two letters into 'bc'. Try this sequence and note -what happens. - -ed line -p -s/a./bc/p -w -q -ready -#create Ref -me bcd you -#create line -me and you -#user -#cmp line Ref -#log -#next -32.2b 5 -32.2c 10 |