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

Powershell foreach

时间:2016-03-22 06:46:37      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:powershell   foreach   

Get-ChildItem | select fullname | Out-File temp.txt
$file = Get-Content "temp.txt"
foreach ($pro in $file)
    {
    Write-Host $pro

    }


本文出自 “汜水流年_” 博客,请务必保留此出处http://timefiles.blog.51cto.com/8475652/1753540

Powershell foreach

标签:powershell   foreach   

原文地址:http://timefiles.blog.51cto.com/8475652/1753540

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