zsh-workers
 help / color / mirror / code / Atom feed
* another job control oddity
@ 1996-06-10 16:36 Mark Borges
  0 siblings, 0 replies; only message in thread
From: Mark Borges @ 1996-06-10 16:36 UTC (permalink / raw)
  To: ZSH mailing list

why are these different, i.e., why does the `rm *' job not tell me
when it's completed, but the `sleep 10' job does?

  $ echo $ZSH_VERSION
  2.6-beta19

  $ rm *
  zsh: sure you want to delete all the files in /scratch/mdb/wrk? y
  ^Z
  zsh: 19348 suspended  rm *
  $ bg
  [1]  + continued  rm *
  $ # notification of job completion never occurs
  
  $ sleep 10
  ^Z
  zsh: 19404 suspended  sleep 10
  $ bg
  [1]  + continued  sleep 10
  $
  [1]  + 19404 done       sleep 10

  
  $ which sleep
  /usr/bin/sleep
  $ which rm
  /home/mdb/gnu/bin/sunos-5.5/rm
  $

-- 
  -mb-



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-06-10 16:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-06-10 16:36 another job control oddity Mark Borges

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).