home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.bash.bug
- Path: sparky!uunet!cis.ohio-state.edu!cygnus.com!zoo
- From: zoo@cygnus.com (david d `zoo' zuhn)
- Subject: suspended commands seem to finish
- Message-ID: <9212192323.AA09584@cygnus.com>
- Sender: gnulists@ai.mit.edu
- Organization: Cygnus Support -- +1 415 903 1434
- Distribution: gnu
- Date: Sat, 19 Dec 1992 23:23:14 GMT
- Approved: bug-bash@prep.ai.mit.edu
- Lines: 17
-
- bash 1.12.2, sun4 and sco and probably others
-
- try the following command
-
- % sleep 100 && echo moo
-
- type ctrl-z before the sleep finished, and you'll see that the "echo moo"
- command is executed, even though the sleep command hasn't completed
- execution. csh does the right thing, imo, in not running the echo until
- the sleep command has finished.
-
- david d 'zoo' zuhn | There is great disorder under the heavens,
- cygnus support | and the situation is excellent.
- zoo@cygnus.com |
-
-
-
-