home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / riscbsd / datafile / usd / 00_content next >
Encoding:
Text File  |  1996-10-12  |  6.3 KB  |  265 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.          UNIX User's Supplementary Documents (USD)
  11.  
  12.      4.3 Berkeley Software Distribution, Virtual VAX-11
  13.                           Version
  14.  
  15.                        February, 1986
  16.  
  17.  
  18.      This volume contains  documents  which  supplement  the
  19. manual  pages  in  The  Unix User's Reference Manual for the
  20. Virtual VAX-11 version of the system as distributed by  U.C.
  21. Berkeley,  and Volumes 2a and 2b as provided by Bell Labora-
  22. tories.
  23.  
  24.  
  25. Getting Started
  26.  
  27. Unix for Beginners - Second Edition                    USD:1
  28.  
  29.      An introduction to the most basic uses of the sys-
  30.      tem.
  31.  
  32. Learn - Computer-Aided Instruction on UNIX (Second EditUSD:2
  33.  
  34.      Describes  a  computer-aided  instruction  program
  35.      that walks new users through the basics of  files,
  36.      the editor, and document prepararation software.
  37.  
  38. Basic Utilities
  39.  
  40. An Introduction to the UNIX Shell                      USD:3
  41.  
  42.      Steve Bourne's introduction to the capabilities of
  43.      sh, a command interpreter especially  popular  for
  44.      writing shell scripts.
  45.  
  46. An Introduction to the C shell                         USD:4
  47.  
  48.      This  introduction  to csh, (a command interpreter
  49.      popular for interactive work)  describes many com-
  50.      monly  used  UNIX  commands,  assumes little prior
  51.      knowledge of UNIX, and has a glossary  useful  for
  52.      beginners.
  53.  
  54. DC - An Interactive Desk Calculator                    USD:5
  55.  
  56.      A super HP calculator, if you do not need floating
  57.      point.
  58.  
  59. BC - An Arbitrary Precision Desk-Calculator Language   USD:6
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. USD Contents
  71.  
  72.  
  73.      A front end for DC that provides  infix  notation,
  74.      control flow, and built-in functions.
  75.  
  76. Communicating with the World
  77.  
  78. Mail Reference Manual                                  USD:7
  79.  
  80.      Complete  details on one of the programs for send-
  81.      ing and reading your mail.
  82.  
  83. The Rand MH Message Handling System                    USD:8
  84.  
  85.      This system for managing your computer  mail  uses
  86.      lots  of small programs, instead of one large one.
  87.  
  88. How to Read the Network News                           USD:9
  89.  
  90.      Describes how  news  works  (generally)  and  some
  91.      alternatives for reading it, readnews and vnews.
  92.  
  93. How to Use USENET Effectively                         USD:10
  94.  
  95.      Describes the customs, protocols, and etiquette of
  96.      network news, plus answers to the  questions  most
  97.      frequently asked by newcomers to the network.
  98.  
  99. Notesfile Reference Manual                            USD:11
  100.  
  101.      This  feature-packed  system  for maintaining com-
  102.      puter-aided discussion groups is also  useful  for
  103.      reading netnews.
  104.  
  105. Text Editing
  106.  
  107. A Tutorial Introduction to the Unix Text Editor       USD:12
  108.  
  109.      An  easy  way to get started with the line editor,
  110.      ed.
  111.  
  112. Advanced Editing on Unix                              USD:13
  113.  
  114.      The next step.
  115.  
  116. Edit: A Tutorial                                      USD:14
  117.  
  118.      An introduction to edit,  a  line-oriented  editor
  119.      which  is  a  version  of ex, assuming no previous
  120.      knowledge of UNIX or text editing.
  121.  
  122. An Introduction to Display Editing with Vi            USD:15
  123.  
  124.      The document to learn to use the vi screen editor.
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                                 USD Contents
  137.  
  138.  
  139. Ex Reference Manual (Version 3.7)                     USD:16
  140.  
  141.      The  final  reference  for  the  ex  editor, which
  142.      underlies both edit and vi.
  143.  
  144. Jove Manual for UNIX Users                            USD:17
  145.  
  146.      Jove is a  small,  self-documenting,  customizable
  147.      display  editor,  based  on  EMACS.   A  plausible
  148.      alternative to vi.
  149.  
  150. SED - A Non-interactive Text Editor                   USD:18
  151.  
  152.      Describes a one-pass variant of  ed  useful  as  a
  153.      filter for processing large files.
  154.  
  155. AWK - A Pattern Scanning and Processing Language (SecoUSD:19tion)
  156.  
  157.      A program for data selection and transformation.
  158.  
  159. Document Preparation
  160.  
  161. Typing Documents on UNIX: Using the -ms Macros with TrUSD:20d Nroff
  162.  
  163.      Describes  and  gives examples of the basic use of
  164.      the typesetting tools and  ``-ms'',  a  frequently
  165.      used  package  of formatting requests that make it
  166.      easier to lay out most documents.
  167.  
  168. A Revised Version of -ms                              USD:21
  169.  
  170.      A brief description of the Berkeley revisions made
  171.      to  the -ms formatting macros for nroff and troff.
  172.  
  173. Writing Papers with nroff using -me                   USD:22
  174.  
  175.      Another popular macro package for nroff.
  176.  
  177. -me Reference Manual                                  USD:23
  178.  
  179.      The final word on -me.
  180.  
  181. NROFF/TROFF User's Manual                             USD:24
  182.  
  183.      Extremely detailed information about  these  docu-
  184.      ment formatting programs.
  185.  
  186. A TROFF Tutorial                                      USD:25
  187.  
  188.      An  introduction  to  the most basic uses of troff
  189.      for those who really want to know such things,  or
  190.      want to write their own macros.
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. USD Contents
  203.  
  204.  
  205. A System for Typesetting Mathematics                  USD:26
  206.  
  207.      Describes eqn, an easy-to-learn language for high-
  208.      quality mathematical typesetting.
  209.  
  210. Typesetting Mathematics - User's Guide (Second EditionUSD:27
  211.  
  212.      More details about how to use eqn.
  213.  
  214. Tbl - A Program to Format Tables                      USD:28
  215.  
  216.      A program for easily typesetting tabular material.
  217.  
  218. Refer - A Bibliography System                         USD:29
  219.  
  220.      An  introduction to one set of tools used to main-
  221.      tain bibliographic databases.  The major  program,
  222.      refer,  is used to automatically retrieve and for-
  223.      mat the references based on document citations.
  224.  
  225. Some Applications of Inverted Indexes on the UNIX SystUSD:30
  226.  
  227.      Mike Lesk's paper describes the refer programs  in
  228.      a somewhat larger context.
  229.  
  230. BIB - A Program for Formatting Bibliographies         USD:31
  231.  
  232.      This  is  an  alternative  to  refer for expanding
  233.      citations in documents.
  234.  
  235. Writing Tools - The STYLE and DICTION Programs        USD:32
  236.  
  237.      These are programs which can help  you  understand
  238.      and improve your writing style.
  239.  
  240. Amusements
  241.  
  242. A Guide to the Dungeons of Doom                       USD:33
  243.  
  244.      An  introduction  to  the popular game of rogue, a
  245.      fantasy game which is one  of  the  biggest  known
  246.      users of VAX cycles.
  247.  
  248. Star Trek                                             USD:34
  249.  
  250.      You  are  the  Captain of the Starship Enterprise.
  251.      Wipe out the Klingons and save the Federation.
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.