Jilles Tjoelker
ef89d04f13
sh(1): Describe subshell environment, command substitution more correctly.
...
POSIX does not require the shell to fork for a subshell environment, and we
use that possibility in various ways (command substitutions with a single
command and most subshells that are the final command of a shell process).
Therefore do not tie subshells to forking in the man page.
Command substitutions with expansions are a bit strange, causing a fork for
$(...$(($x))...) because $x might expand to y=2; they will probably be
changed later but this is how they work now.
2011-03-20 23:52:45 +00:00
..
2010-12-21 22:47:34 +00:00
2010-11-13 22:20:46 +00:00
2011-02-04 22:47:55 +00:00
2011-02-04 22:47:55 +00:00
2011-03-05 13:27:13 +00:00
2011-02-08 23:18:06 +00:00
2011-03-07 07:31:15 +00:00
2011-02-08 23:18:06 +00:00
2010-12-21 22:47:34 +00:00
2010-12-21 20:47:06 +00:00
2010-04-17 14:35:46 +00:00
2010-12-21 20:47:06 +00:00
2011-02-04 22:47:55 +00:00
2011-02-05 14:08:51 +00:00
2009-12-27 18:04:05 +00:00
2011-02-05 14:08:51 +00:00
2011-02-05 14:08:51 +00:00
2011-02-21 09:01:34 +00:00
2010-12-28 21:27:08 +00:00
2010-12-29 19:39:51 +00:00
2011-02-04 22:47:55 +00:00
2011-02-04 22:47:55 +00:00
2009-12-24 18:41:14 +00:00
2011-02-04 22:47:55 +00:00
2010-06-29 22:37:45 +00:00
2010-10-13 04:01:01 +00:00
2011-02-04 22:47:55 +00:00
2009-12-25 20:21:35 +00:00
2011-02-08 23:18:06 +00:00
2011-01-09 22:47:58 +00:00
2011-01-09 22:47:58 +00:00
2010-11-23 22:17:39 +00:00
2009-12-27 18:04:05 +00:00
2011-02-04 22:47:55 +00:00
2009-08-28 22:41:25 +00:00
2010-11-20 14:30:28 +00:00
2010-06-02 19:16:58 +00:00
2009-12-27 18:04:05 +00:00
2010-10-13 22:18:03 +00:00
2011-02-04 22:47:55 +00:00
2009-12-27 18:04:05 +00:00
2010-12-11 17:47:27 +00:00
2010-11-20 14:14:52 +00:00
2011-03-13 20:02:39 +00:00
2010-10-29 13:42:18 +00:00
2011-02-04 22:47:55 +00:00
2011-03-20 23:52:45 +00:00
2011-02-12 23:44:05 +00:00
2010-10-13 22:18:03 +00:00
2009-12-24 18:41:14 +00:00
2011-02-04 22:47:55 +00:00
2011-02-04 22:47:55 +00:00
2011-01-08 23:08:13 +00:00
2011-02-04 22:47:55 +00:00
2011-01-01 13:26:18 +00:00