可以使用Windows的Windows Subsystem for Linux (WSL)来执行bash脚本,在Powershell中通过运行
wsl
命令来启动WSL,然后在WSL环境中运行bash脚本。
powershell执行bash
一、前言 在日常工作中,我们几乎每天都会用到类似npm run xxx、cd xx、cls这样的终端命令,如果你是在linux或者mac上,还可能会使用ls、clear这样的命令。 在使用vscode
- 227
-
hucheng91
4年前
Bash 是用于管理 Linux 计算机的重要工具。 此名称是 Bourne Again Shell 的缩写 Shell 是命令操作系统执行操作的程序。 可以在计算机的控制台中输入命令,然后直接运行命
- 588
-
listener Visual Studio Code