Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
jobs-output
- X-seq: zsh-workers 10580
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: jobs-output
- Date: Fri, 7 Apr 2000 16:03:09 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Hm...
beta% (sleep 10; print '
subsh quote> foo
subsh quote> ') &
[1] 25026
beta% jobs
[1] + running ( sleep 10; print '
foo
' )
beta%
We normally take care to make the text produced for the `jobs' output
fit on one line, but if there is a string with newlines they are kept.
A bit ugly, isn't it?
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author