Create pathname (including directories if required)

后端 未结 0 380
梦毁少年i
梦毁少年i 2021-02-19 04:07

In PowerShell, how do I do the equivalent of:

mkdir -p $(dirname "$newfile") && touch "$newfile"

I expect that

相关标签:
回答
  • 消灭零回复
提交回复
热议问题