From d9edf04241bd1a9a7e141e1bf908ddac84af8a0f Mon Sep 17 00:00:00 2001 From: Ken Thompson Date: Wed, 10 Jan 1979 15:14:11 -0500 Subject: [PATCH] Research V7 development Work on file usr/lib/learn/Linfo Work on file usr/lib/learn/Xinfo Co-Authored-By: Dennis Ritchie Synthesized-from: v7 --- usr/lib/learn/Linfo | 6 ++++++ usr/lib/learn/Xinfo | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 usr/lib/learn/Linfo create mode 100644 usr/lib/learn/Xinfo diff --git a/usr/lib/learn/Linfo b/usr/lib/learn/Linfo new file mode 100644 index 0000000000..b27813c92b --- /dev/null +++ b/usr/lib/learn/Linfo @@ -0,0 +1,6 @@ + files + editor + morefiles + macros + eqn + C diff --git a/usr/lib/learn/Xinfo b/usr/lib/learn/Xinfo new file mode 100644 index 0000000000..6896a343ef --- /dev/null +++ b/usr/lib/learn/Xinfo @@ -0,0 +1,20 @@ +files - basic file handling commands +editor - text editor; must know about files first. +morefiles - more on file manipulations and other useful stuff +macros - "-ms" macros for BTL memos & papers; must know editor +eqn - typing mathematics; must know editor +C - writing programs in the C language; must know editor + +This is probably the proper order, but after you +have the "files" course and know the basics of "editor", +try anything you like. + +You can always leave learn by typing "bye" (and a RETURN). +You can stop it from typing by pushing interrupt +(or break or rubout or delete, depending on your terminal). + +If it won't accept your answer, and you know____ you're +right, answer "no" when it asks whether you +want to try again, and it will go on to the next lesson. +Please report troubles to your local guru, or +to Brian Kernighan, MH 6021, 2C-518. -- 2.20.1