PowerShell New-Itemで空のファイルを作成する
環境
PowerShell 5.1.22621.963
Windows 10 Pro 64bit
書式
New-Item ファイル名 -type file
空のファイルを作成するには、「New-Item」で「-type file」を指定します。
操作方法
「c:\study\」に「123.txt」という空のファイルを作成します。
実行結果
PS C:\Windows\system32> New-Item c:\study\123.txt -type file ディレクトリ: C:\study Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 2023/05/06 10:05 0 123.txt