geirha 1368433611 learn If set (shopt -s lastpipe), and job control is not active, the shell runs the last command of a pipeline not executed in the background in the current shell environment.
geirha 1368433667 forget
geirha 1368433676 learn If set (shopt -s lastpipe), and job control is not active, the shell runs the last command of a pipeline not executed in the background in the current shell environment. Bash 4.2 and newer only.
tirnanog 1637839844 forget
tirnanog 1637839867 learn If set (shopt -s lastpipe), and job control is not active, the shell runs the last command of a pipeline not executed in the background in the current shell environment. Bash 4.2 and newer only. See, also, !faq 24.
chilversc 1637840264 forget
chilversc 1637840276 learn If set (shopt -s lastpipe), and job control is not active, the shell runs the last command of a pipeline (that was not executed in the background) in the current shell environment. Bash 4.2 and newer only. See, also, !faq 24.