dotnet .NET CLI 命令
dotnet
shell是什么东西?
如果没有了shell,那么我们输入'ls'的时候,只会回显'ls'字符,并不会执行ls这个程序,所以shell的工作就是解析我们的输入字符,并执行对应的指令。我们也可以把shell叫做驱动程序。
dotnet.exe cmd.exe powershell.exe 都是shell。
dotnet.exe 命令大全
cmd.exe 命令大全powershell.exe 命令大全