码迷,mamicode.com
首页 > 系统相关 > 详细

PowerShell args充当占位符

时间:2019-03-23 00:17:36      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:占位符   ext   size   col   https   roc   shel   图片   test   

function test-conn { Test-Connection -Count 3 -ComputerName $args #args充当占位符的作用,这个占位符必须以args命名,否则不能识别,会抛出异常 } Set-Alias tc Test-Conn tc localhost

结果

tc localhost

Source        Destination     IPV4Address      IPV6Address                     
------        -----------     -----------      -----------                     
5CD60537FF    localhost       127.0.0.1        ::1                             
5CD60537FF    localhost       127.0.0.1        ::1                             
5CD60537FF    localhost       127.0.0.1        ::1      

您还可以关注如下微信公众号获取更多IT资讯
技术图片

PowerShell args充当占位符

标签:占位符   ext   size   col   https   roc   shel   图片   test   

原文地址:https://blog.51cto.com/543925535/2367543

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!