> am i being punished in the same way as you??? its not me thats being punished...
i would encourage UNIX newbies to read volume 2 of the V7 man https://s3.amazonaws.com/plan9-bell-labs/7thEdMan/index.html it has the tutorials and references and all that good stuff. it lacks the BSD stuff found in the BSD Supplementary Documents, notably vi(1) and ex(1). these can be got from: https://sites.google.com/a/bostic.com/keithbostic/files/nvi-1.79.tar.gz docs/USD.doc/vitut/vitut.ps vi intro (use ps2pdf) docs/USD.doc/vi.ref/vi.ref.txt vi ref (use less) docs/USD.doc/exref/exref.ps ex ref (ps2pdf) docs/USD.doc/vi.man/vi.0 what OpenBSD has `ps2pdf' can be got with `pkg_add ghostscript' if you want to use the Makefile, try `pkg_add heirloom-doctools groff'. > [what about ssh?] man(1) should document commands you might from the shell. > [ksh!] like i said, ksh(1) features tend to be buggy. i stick to sh(1).