diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 1998-09-28 16:01:46 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 1998-09-28 16:01:46 +0000 |
commit | 8d70bdbdf6fd88bf88b9a384cfaafb6668c804ec (patch) | |
tree | 034fd6a68d5b6928d6fe4e51de71c9868bb460b1 /usr.bin/learn/lib/editor/L34.1a | |
parent | e9be7faad5fbf61edcad3700142615e315e407bc (diff) |
import BTL learn(1) lessons/editor
Diffstat (limited to 'usr.bin/learn/lib/editor/L34.1a')
-rw-r--r-- | usr.bin/learn/lib/editor/L34.1a | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/editor/L34.1a b/usr.bin/learn/lib/editor/L34.1a new file mode 100644 index 00000000000..2fd76d9387e --- /dev/null +++ b/usr.bin/learn/lib/editor/L34.1a @@ -0,0 +1,17 @@ +#print +You can also specify "all characters except ..." +using an expression of the form + [^ab] +which means "anything except an 'a' or 'b' character". +Will + s/ab[^cde]/xyz23/p +change + xbcabfgh +Type "yes" or "no". +#copyin +#user +#uncopyin +#match yes +#log +#next +34.1b 10 |