home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume1 / bourne / part1 / Bugs < prev    next >
Text File  |  1986-11-30  |  2KB  |  47 lines

  1. Bugs -- known problems in the shell.
  2.  
  3. The "suspend" built-in command is *very* naive.  E.g. cranking up a
  4. subshell from vi, and then suspending it, will leave you sort of in limbo.
  5. A control-Z will then suspend the vi.  Then a 'fg' command foregrounds the
  6. stopped sub-shell. Control-D'ing the subshell puts you back in vi.
  7.  
  8. If the shell is being run from a terminal, and you interrupt it in the
  9. middle of doing a here document (cat << FOO ..., interrupt before the FOO),
  10. then if history was turned on, you will be left with history turned off.
  11. Use set +H to turn it back on.
  12.  
  13. I do not have access to a PDP-11, so there will probably be problems
  14. trying to move this stuff to a small address space machine.  Let me know
  15. what you encounter, and I will encorporate any diffs that people send back
  16. to me.
  17.  
  18. A recent posting in net.micro.att indicated that the Unix PC's window
  19. manager uses $HOME/.history to save things. This is also the default for
  20. where this history mechanism keeps things -- change the value of HISTFILE in
  21. your .profile to be something different, and export it, if you're on a Unix PC.
  22.  
  23. ****************
  24.  
  25. There are probably bugs in the code I have added to the shell.
  26. I think I have caught everything, but I can't guarantee.  If you discover
  27. any problems, please let me know, so that I can track them down and fix
  28. them.
  29.  
  30. I regard this as a "first iteration."  In other words, I will not be suprised
  31. if there are bugs.  I am counting on the net to be friendly enough to let
  32. me know about any that may be discovered.  I am also open to suggestions for
  33. other fixes or additions to the shell.  As things come in to me, I will
  34. incorporate what I can, and hopefully post a new set of revisions.
  35.  
  36. Meanwhile, enjoy!
  37.  
  38. Arnold Robbins
  39. CSNET:    arnold@gatech    ARPA:    arnold%gatech.csnet@csnet-relay.arpa
  40. UUCP:    { akgua, allegra, hplabs, ihnp4, seismo, ut-sally }!gatech!arnold
  41.  
  42. School of Information and Computer Science
  43. Georgia Institute of Technology
  44. 225 North Avenue, N.W.
  45. Atlanta, Georgia  30332
  46. (404) 894-3658
  47.