$$, $?, $^ 在powershell 中代表什么?

编程入门 行业动态 更新时间:2024-10-25 07:31:10
本文介绍了$$, $?, $^ 在powershell 中代表什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

在调试器中看到这些变量,但我不确定它们的作用.

Saw these variables in the debugger and I'm not sure what they do.

推荐答案

  • $_ 当前管道对象;用于脚本块、过滤器、函数的过程子句、where-object、foreach-object 和 switch
  • $^ 包含输入到 shell 的最后一行的第一个标记
  • $$ 包含输入到 shell 的最后一行的最后一个标记
  • $? 包含最后一条语句的成功/失败状态
    • $_ The current pipeline object; used in script blocks, filters, the process clause of functions, where-object, foreach-object and switch
    • $^ contains the first token of the last line input into the shell
    • $$ contains the last token of last line input into the shell
    • $? Contains the success/fail status of the last statement
    • 来源:wwwputerperformance.co.uk/powershell/powershell_variables.htm#%24Dollar_variables_

更多推荐

$$, $?, $^ 在powershell 中代表什么?

本文发布于:2023-11-25 02:39:01,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1627989.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:代表   powershell

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!