Cmdlet
Get-Content cmdlet用于读取文本文件的内容。
在此示例中,我们正在读取test.txt的内容。
Get-Content D:\temp\test\test.txt
输出量
您可以在PowerShell控制台中看到以下输出。
Welcome to TutorialsPoint
Get-Content cmdlet用于读取文本文件的内容。
在此示例中,我们正在读取test.txt的内容。
Get-Content D:\temp\test\test.txt
您可以在PowerShell控制台中看到以下输出。
Welcome to TutorialsPoint