您的位置:首页 > 运维架构 > Shell

Powershell: Read in file without converting into string array

2014-10-16 17:01 337 查看
Get-Content always automatically read in file text as string arrays. if we don't want that, we can use [IO.File]::ReadAllText($File) instead.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: