home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / bash / bug / 573 < prev    next >
Encoding:
Text File  |  1992-08-26  |  933 b   |  31 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!hfrd.dsto.gov.au!DALL
  3. From: DALL@hfrd.dsto.gov.au
  4. Subject: Bug or feature?
  5. Message-ID: <920827142531.3823@hfrd.dsto.gov.au>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 28 Aug 1992 00:13:31 GMT
  10. Approved: bug-bash@prep.ai.mit.edu
  11. Lines: 18
  12.  
  13. If you do
  14.  
  15.   for i in 0 1 2 3 4 5 6 7 8 9; do sleep 100; done
  16.  
  17. and then hit ^Z, only the sleep gets backgrounded, not the for loop.
  18. Repeat the ^Z's and you end up with 10 seperate background processes.
  19. This is presumably because the for loop is not a seperate process,
  20. still, after a user on my system managed to create 13 simultaneous big
  21. processes this way, I am wondering if other shells with job control
  22. work the same way.
  23.  
  24. --
  25. Ian Dall          I'm not into isms, but hedonism is the most
  26.                   harmless I can think of. -- Phillip Adams
  27.  
  28. internet: dall@hfrd.dsto.gov.au
  29.  
  30.  
  31.