K 10
svn:author
V 6
bostic
K 8
svn:date
V 27
1995-04-27T14:15:47.000000Z
K 24
svn:entry:committed-date
V 27
1995-04-27T14:15:47.000000Z
K 7
svn:log
V 314
When a "&" is encountered in a list, all the prior commands 
are grouped together and backgrounded, instead of only the previous
and-or construct being backgrounded.  Typing "sleep 1; sleep 10 &" executes
the equivalent (roughly) of "{ sleep 1; sleep 10; } &".
From: "J.T. Conklin" <jtc@sun-lamp.cs.berkeley.edu>


END
