在鱼中:
if false | true | true
echo "Fish thinks OK because of last status"
else
# But I...
echo "Need the entire pipeline to be true"
end
Bash 有 $PIPESTATUS。如何在 Fish 中测试管道的完整性?
为了澄清......我在示例管道中使用真假作为最后一个组件成功的管道示例。它并不意味着是一个布尔语句。通常,如果管道的任何组件发生故障,人们会认为管道发生了故障。