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