命令的上下文是
su postgres sh -c "$POSTGRES -D $DATADIR -c config_file=$CONF" &
wait $!
未记录在手册中
man wait
NAME
wait, waitpid, waitid - wait for process to change state
......
文档
和http://www.gnu.org/software/bash/manual/bashref.html#index-wait 这是从维基百科提到的