Powershell - 读取文本文件
Cmdlet
Get-Content cmdlet 用于读取文本文件的内容。
在这个例子中,我们来读取文件 test.txt
的内容。
Get-Content D:\temp\test\test.txt
输出
你可以在 PowerShell 控制台中看到以下输出。
Welcome to Tastones
Cmdlet
Get-Content cmdlet 用于读取文本文件的内容。
在这个例子中,我们来读取文件 test.txt
的内容。
Get-Content D:\temp\test\test.txt
你可以在 PowerShell 控制台中看到以下输出。
Welcome to Tastones