home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / MAN / nfdump.man < prev    next >
Text File  |  2009-11-06  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.      NFDUMP(8)         UNIX 5.0 (University of Illinois)         NFDUMP(8)
  5.  
  6.  
  7.  
  8.      NAME
  9.       nfdump, nfload - notesfile dump/load programs
  10.  
  11.      SYNOPSIS
  12.       nfdump notesfile
  13.  
  14.       nfload [ -Ddirectory ] notesfile
  15.  
  16.      DESCRIPTION
  17.       Nfdump and nfload are    used to    convert    notesfile data base
  18.       formats.
  19.  
  20.       Nfdump converts the specified    notesfile to a portable    ASCII
  21.       format and writes it to standard output.  Some diagnostics
  22.       are produced on stderr.  Nfdump can be run by    any user;
  23.       access to a particular notesfile is governed by that
  24.       notesfile's access list.
  25.  
  26.       Nfload is used on the    output from nfdump to create a new
  27.       notesfile.  The -D option specifies an alternate base
  28.       directory for    the notesfile.    If unspecified,    this defaults
  29.       to ``/usr/spool/notes''.  Nfload reads standard input    for
  30.       the ASCII representation of the notesfile.
  31.  
  32.       Typical use of these two programs occurs when    converting an
  33.       existing notesfile data base to a new    format.     The nfdump
  34.       program should be compiled with the older structure
  35.       definitions while nfload is compiled with the    newer
  36.       structures.  The data    base can then be converted with    a
  37.       shell    script of the following    nature:
  38.  
  39.            mkdir .OLD
  40.            mv * .OLD
  41.            for i in    `ls .OLD`
  42.            do
  43.             echo $i start
  44.             nfdump $i |    nfload -D/usr/spool/newnotes $i
  45.            done
  46.             echo $i done
  47.            echo ALL    DONE
  48.            rm -rf .OLD
  49.  
  50.       This assumes that the    old data base is in
  51.       ``/usr/spool/notes'' and the new data    base is    to be placed
  52.       in ``/usr/spool/newnotes''.  After the conversion is
  53.       complete, one    can move the old data base from
  54.       ``/usr/spool/notes'' to ``/usr/spool/oldformat'' and the new
  55.       data base from ``/usr/spool/newnotes'' to
  56.       ``/usr/spool/notes''.
  57.  
  58.      FILES
  59.      SEE ALSO
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/25/88)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      NFDUMP(8)         UNIX 5.0 (University of Illinois)         NFDUMP(8)
  71.  
  72.  
  73.  
  74.       notes(1),
  75.       The Notesfile    Reference Manual
  76.  
  77.      AUTHORS
  78.       Ray Essick (uiucdcs!essick, essick%uiuc@csnet-relay.arpa)
  79.       Department of    Computer Science
  80.       University of    Illinois at Urbana-Champaign
  81.       Urbana, IL
  82.  
  83.       Rob Kolstad (kolstad@convex.UUCP)
  84.       CONVEX Computer Corporation
  85.       Richardson, TX
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                         (printed 2/25/88)
  130.  
  131.  
  132.  
  133.