📜  touch in windows powershell - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:04.282000             🧑  作者: Mango
代码示例2
touch in linux == ni in powershell
//ni is alias of New-Item
so you just need :
ni newFile.txt