- 论坛徽章:
- 0
|
bash是谁写的?
AUTHORS
Brian Fox, Free Software Foundation
bfox@gnu.org
Chet Ramey, Case Western Reserve University
chet@po.cwru.edu
去问问他们吧。
(list) list is executed in a subshell environment (see COMMAND EXECUTION ENVIRONMENT below). Vari‐
able assignments and builtin commands that affect the shell’s environment do not remain in
effect after the command completes. The return status is the exit status of list.
((expression))
The expression is evaluated according to the rules described below under ARITHMETIC EVALUA‐
TION. If the value of the expression is non-zero, the return status is 0; otherwise the
return status is 1. This is exactly equivalent to let "expression".
我想一个括号的用掉了,接下来应该是用两个括号的,而不是三个、四个。
![]() |
|