Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

disown -a



Hi

Confused as to whether disown behaves differently between zsh & bash

in zsh

>disown -a
disown: job not found: -a


 bash

david@mint-HP-600B  $ sleep 200
^Z
[1]+  Stopped                 sleep 200
david@mint-HP-600B  $ disown -a
bash: warning: deleting stopped job 1 with process group 47533


I desire to use disown -a in zsh but it's not working and not documented


Best regards

David Rayner






Messages sorted by: Reverse Date, Date, Thread, Author