gpt4 book ai didi

powershell - 怎么回声$?工作?

转载 作者:行者123 更新时间:2023-12-04 22:57:20 30 4
gpt4 key购买 nike

我正在编写一些 PowerShell 脚本来进行一些构建自动化。我发现 here echo $? 根据前面的语句返回真或假。我刚刚发现 echo 是 Write-Output 的别名。 写主机 $? 也有效。但是我还是不清楚这个 $是怎么来的? 有效。有人可以就此说几句。搜索 echo $?在网上没有给我太多。

最佳答案

您会找到完整的标点符号图表 here 。答案(取自图表):

Execution status of the last operation ($true or $false); contrast with $LastExitCode that reports the exit code of the last Windows-based program executed.

关于powershell - 怎么回声$?工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39865041/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com