home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / IED_EED.ZIP / IED-EED.MAN < prev    next >
Encoding:
Text File  |  1990-08-22  |  950 b   |  32 lines

  1. NAME
  2.     ied.c and eed.sh - a package to allow full-screen interactive editing
  3.     of environment variables under the Bourne shell.
  4.  
  5. SYNOPSIS
  6.     ied [string]
  7.     eed name
  8.  
  9. DESCRIPTION
  10.     Ied reads a string (either from its first argument, or, if there
  11.     are no arguments, from stdin), presents it for full-screen
  12.     interactive editing, and prints the edited string to stdout.
  13.  
  14.     The user may press ESCAPE during the edit, in which case
  15.     the string is returned unchanged.
  16.  
  17.     Eed is a Bourne shell function which uses ied to edit an
  18.     environment variable.
  19.  
  20. EXIT STATUS
  21.     Ied exits with status 1 if the passed string exceeds the
  22.     maximum allowable length (currently 76 characters), and
  23.     with status 0 otherwise.
  24.  
  25. AUTHOR
  26.     Richard Reiner
  27.     rreiner@nexus.yorku.ca
  28.     22 Aug 90
  29.  
  30. BUGS
  31.     There should be support for arbitrary-length strings.
  32.     Shell scripts should be supplied for other shells.