home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / bash / bug / 707 < prev    next >
Encoding:
Text File  |  1992-12-21  |  892 b   |  30 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!cygnus.com!zoo
  3. From: zoo@cygnus.com (david d `zoo' zuhn)
  4. Subject: suspended commands seem to finish
  5. Message-ID: <9212192323.AA09584@cygnus.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Cygnus Support -- +1 415 903 1434
  8. Distribution: gnu
  9. Date: Sat, 19 Dec 1992 23:23:14 GMT
  10. Approved: bug-bash@prep.ai.mit.edu
  11. Lines: 17
  12.  
  13. bash 1.12.2, sun4 and sco and probably others
  14.  
  15. try the following command
  16.  
  17. % sleep 100 && echo moo
  18.  
  19. type ctrl-z before the sleep finished, and you'll see that the "echo moo"
  20. command is executed, even though the sleep command hasn't completed
  21. execution.  csh does the right thing, imo, in not running the echo until
  22. the sleep command has finished.
  23.  
  24.   david d 'zoo' zuhn |    There is great disorder under the heavens,
  25.     cygnus support   |         and the situation is excellent.
  26.     zoo@cygnus.com   |    
  27.  
  28.  
  29.  
  30.