码迷,mamicode.com
首页 > 其他好文 > 详细

函数中的$input

时间:2014-08-28 17:45:45      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   2014   div   cti   log   

$input 在此属于一个特殊变量,一般在函数中用于接收输入

1 function FindWindowsFolder 
2 { 
3 $input | where-object {$_.Name -eq "Windows"} 
4 }
5 
6 ls -path c:\ | FindWindowsFolder

结果为:

bubuko.com,布布扣

函数中的$input

标签:style   blog   http   color   io   2014   div   cti   log   

原文地址:http://www.cnblogs.com/dreamer-fish/p/3941940.html

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