命令的上下文是
su postgres sh -c "$POSTGRES -D $DATADIR -c config_file=$CONF" &
wait $!
Run Code Online (Sandbox Code Playgroud)
没有记录在手册中
man wait
NAME
wait, waitpid, waitid - wait for process to change state
......
Run Code Online (Sandbox Code Playgroud)
文件
和http://www.gnu.org/software/bash/manual/bashref.html#index-wait 其从维基百科refered