home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / distrib / BASE / DISK3 / DINST next >
Encoding:
Text File  |  1996-04-19  |  765 b   |  20 lines

  1. echo
  2. echo ">>> Installing text editor vi"
  3. echo "    -------------------------"
  4. echo " This is one of the standard text editors available for unix."
  5. tar $TARFLAGS $SRC/vim.tgz -C $TARGET
  6. echo
  7. echo ">>> Installing groff text formatter"
  8. echo "    -------------------------------"
  9. echo " This is the text formatter required by the man system.  It can"
  10. echo " be used to generate Postscript versions of the man pages as well"
  11. echo " as the ascii versions"
  12. tar $TARFLAGS $SRC/groff.tgz -C $TARGET
  13. echo
  14. echo ">>> Installing text editor microemacs"
  15. echo "    ---------------------------------"
  16. echo " This is a cut down version of emacs, a powerful text editor."
  17. echo " It has several special modes for editing C source code."
  18. tar $TARFLAGS $SRC/uemacs.tgz -C $TARGET
  19. echo
  20.