Powershell - 清除文件内容



Cmdlet

Clear-Content cmdlet 可用于清除 txt 文件的内容。

在此示例中,我们正在清除 test.txt 的内容。

Clear-Content D:\temp\test\test.txt

现在,如果我们阅读 test.txt 的内容。

Get-Content D:\temp\test\test.txt
powershell_files_io.htm
广告