home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / shell / 4829 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.3 KB  |  45 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!destroyer!ncar!csn!teal!pershing
  3. From: pershing@teal.csn.org (Paul Pershing)
  4. Subject: Re: Recursive Tree Copy (with filter)?
  5. Message-ID: <pershing.722372799@teal>
  6. Sender: news@csn.org (news)
  7. Nntp-Posting-Host: teal.csn.org
  8. Organization: Colorado SuperNet, Inc.
  9. References: <1992Nov19.211633.27405@unixland.natick.ma.us>
  10. Date: Sat, 21 Nov 1992 19:06:39 GMT
  11. Lines: 32
  12.  
  13. Speaking of "recursive."
  14.  
  15. In zsh 2.1, after defining several functions and aliases that are provided
  16. with the sources, I had three processes suspended and couldn't kill them.
  17. each time I issued a command, either,
  18.  
  19. kill %1
  20. kill %2
  21. Kill -9 %1
  22. and so on,
  23.  
  24. I got this error message:
  25.  
  26. "zsh: job table full or recursion limit exceeded"
  27.  
  28. The only time I'd seen that message before is when I tried to use
  29. a tcsh alias for safe remove in my zsh, i.e.,
  30.  
  31. alias rm='rm -i'
  32.  
  33. with this alias defined in zsh, you get the same error as above.
  34.  
  35. Anyone know what's going on ?
  36. Thanks in advance,
  37.  
  38. Paul Pershing
  39.  
  40. -- 
  41. ----------------------------------------------------------------------------
  42. Paul Pershing                          {Clever quote or cliche coming soon!}
  43. Editorial Design/Systems
  44. RMN/400 W. Colfax Ave. Denver, CO 80204 303 892-2633 wk.; 303 233-9231 hm. 
  45.