old-www/pub/Linux/docs/ldp-archived/mail_archives/ldp-discuss/msg02421.html

157 lines
6.6 KiB
HTML

<!-- MHonArc v2.5.0b2 -->
<!--X-Subject: "learn" command (Re: specifications) -->
<!--X-From-R13: Fnxrgbfuv Enab <xtu12351Navsgl.ar.wc> -->
<!--X-Date: Sat, 13 May 2000 17:52:36 &#45;0400 (EDT) -->
<!--X-Message-Id: y5a8zxefhqf.fsf_&#45;_@kgh12351.nifty.ne.jp -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 20000511234822.A13059@Frege.Corinda48 -->
<!--X-Reference: 00051121533201.00562@charles -->
<!--X-Reference: 20000512180910.A15219@Frege.Corinda48 -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
<html>
<head>
<title>&quot;learn&quot; command (Re: specifications)</title>
<link rev="made" href="mailto:kgh12351@nifty.ne.jp">
</head>
<body>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->
<hr>
[<a href="msg02420.html">Date Prev</a>][<a href="msg02422.html">Date Next</a>][<a href="msg02415.html">Thread Prev</a>][<a href="msg02442.html">Thread Next</a>][<a href="maillist.html#02421">Date Index</a>][<a href="threads.html#02421">Thread Index</a>]
<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<h1>&quot;learn&quot; command (Re: specifications)</h1>
<hr>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<ul>
<li><em>To</em>: &quot;Greg O'Keefe&quot; &lt;<A HREF="mailto:gcokeefe@postoffice.utas.edu.au">gcokeefe@postoffice.utas.edu.au</A>&gt;</li>
<li><em>Subject</em>: &quot;learn&quot; command (Re: specifications)</li>
<li><em>From</em>: Taketoshi Sano &lt;<A HREF="mailto:kgh12351@nifty.ne.jp">kgh12351@nifty.ne.jp</A>&gt;</li>
<li><em>Date</em>: 14 May 2000 03:05:44 +0900</li>
<li><em>Cc</em>: LDP Discuss &lt;<A HREF="mailto:ldp-discuss@lists.linuxdoc.org">ldp-discuss@lists.linuxdoc.org</A>&gt;</li>
<li><em>In-reply-to</em>: &lt;<a href="msg02408.html">20000512180910.A15219@Frege.Corinda48</a>&gt;(Greg O'Keefe's message of &quot;Fri, 12 May 2000 18:09:10 +1000&quot;)</li>
<li><em>References</em>: &lt;<a href="msg02385.html">20000511234822.A13059@Frege.Corinda48</a>&gt; &lt;<a href="msg02387.html">00051121533201.00562@charles</a>&gt; &lt;<a href="msg02408.html">20000512180910.A15219@Frege.Corinda48</a>&gt;</li>
<li><em>Resent-date</em>: Sat, 13 May 2000 17:52:36 -0400 (EDT)</li>
<li><em>Resent-from</em>: <A HREF="mailto:ldp-discuss@lists.debian.org">ldp-discuss@lists.debian.org</A></li>
<li><em>Resent-message-id</em>: &lt;zKHaI.A.U3E.O6cH5@murphy&gt;</li>
<li><em>Resent-sender</em>: <A HREF="mailto:ldp-discuss-request@lists.debian.org">ldp-discuss-request@lists.debian.org</A></li>
<li><em>User-agent</em>: T-gnus/6.13.3 (based on Pterodactyl Gnus v0.98) EMIKO/1.13.9 (Euglena tripteris) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/20.6 (i386-debian-linux-gnu) MULE/4.0 (HANANOEN)</li>
</ul>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<hr>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<pre>
Hi.
In article &lt;<a href="msg02408.html">20000512180910.A15219@Frege.Corinda48</a>&gt;,
at Fri, 12 May 2000 18:09:10 +1000,
on Re: specifications,
&quot;Greg O'Keefe&quot; &lt;gcokeefe@postoffice.utas.edu.au&gt; writes:
&gt; I have a book called &quot;The Unix System&quot; by S. Bourne, 1984ish, which is the
&gt; best computer book I own. In it, it mentions a command, similar to man,
&gt; called learn. This offered tutorial material on each command, rather than
&gt; the reference type material that man gives you. I think it also kept track
&gt; of your progress through the units. This seemed like a brilliant idea to me,
&gt; and I was a little sad to find that it wasn't implemented in my (Red Hat)
&gt; linux system.
&gt;
&gt; Anyone know about this command from the prehistoric days of Unix?
&gt; Could reimplementing it be a worthwhile LDP project? I think so.
Perhaps you can download the source code of original learn command
from: &lt;<A HREF="http://www.cs.bell-labs.com/cm/cs/who/bwk/">http://www.cs.bell-labs.com/cm/cs/who/bwk/</A>&gt;
The README file said:
Learn was originally written by Mike Lesk with some contributions
from Brian Kernighan. The paper in this directory dates from the
second version of learn, around 1979.
This version of learn has been resurrected from the original V7
source and edited enough that the source compiles and the
lessons can be executed. We have made no attempt to update the
lessons, nor to fix some of the glaring problems with the code.
Think of it as a historical document, not a polished system.
cd src
make
learn
I had once played around this code, but it wouldn't work on my system.
There is another GPLed implementation, which can be downloaded from:
&lt;<A HREF="http://www.moria.de/~michael/learn/">http://www.moria.de/~michael/learn/</A>&gt;
I have version 0.3 of this. The newer version may comes up.
This can be compiled and worked, but I did not have enough time
to check this well.
FYI.
--
Taketoshi Sano: &lt;sano@debian.org&gt;,&lt;sano@debian.or.jp&gt;,&lt;kgh12351@nifty.ne.jp&gt;
--
To UNSUBSCRIBE, email to ldp-discuss-request@lists.debian.org
with a subject of &quot;unsubscribe&quot;. Trouble? Contact listmaster@lists.debian.org
</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<ul><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><a name="02442" href="msg02442.html">Re: &quot;learn&quot; command (Re: specifications)</a></strong>
<ul><li><em>From:</em> &quot;Greg O'Keefe&quot; &lt;gcokeefe@postoffice.utas.edu.au&gt;</li></ul></li>
</ul></li></ul>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="02385" href="msg02385.html">specifications</a></strong>
<ul><li><em>From:</em> &quot;Greg O'Keefe&quot; &lt;gcokeefe@postoffice.utas.edu.au&gt;</li></ul></li>
<li><strong><a name="02387" href="msg02387.html">Re: specifications</a></strong>
<ul><li><em>From:</em> jdd &lt;jdanield@dodin.net&gt;</li></ul></li>
<li><strong><a name="02408" href="msg02408.html">Re: specifications</a></strong>
<ul><li><em>From:</em> &quot;Greg O'Keefe&quot; &lt;gcokeefe@postoffice.utas.edu.au&gt;</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg02420.html">Re: DocBook Walkthrough?</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg02422.html">Dot Matrix Printer</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg02415.html">Re: specifications</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg02442.html">Re: &quot;learn&quot; command (Re: specifications)</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#02421"><strong>Date</strong></a></li>
<li><a href="threads.html#02421"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>
<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>