- PowerShell 教程
- PowerShell - 主页
- PowerShell - 概览
- PowerShell - 环境设置
- PowerShell - Cmdlet
- PowerShell - 文件和文件夹
- PowerShell - 日期和时间
- PowerShell - 文件输入/输出
- PowerShell - 高级 Cmdlet
- PowerShell - 脚本
- PowerShell - 特殊变量
- PowerShell - 运算符
- PowerShell - 循环
- PowerShell - 条件
- PowerShell - 数组
- PowerShell - 哈希表
- PowerShell - 正则表达式
- PowerShell - 反引号
- PowerShell - 括号
- PowerShell - 别名
- PowerShell 实用资源
- PowerShell - 快速指南
- PowerShell - 实用资源
- PowerShell - 讨论
Powershell - 读取文本文件
Cmdlet
Get-Content cmdlet 用于读取文本文件的内容。
在此示例中,我们正在读取 test.txt 的内容。
Get-Content D:\temp\test\test.txt
输出
您可以在 PowerShell 控制台中看到以下输出。
Welcome to TutorialsPoint
powershell_files_io.htm
广告