标签: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
结果为:
标签:style blog http color io 2014 div cti log
原文地址:http://www.cnblogs.com/dreamer-fish/p/3941940.html