关于windows:Linux和Windows打印PATH环境变量的区别

2次阅读

共计 44 个字符,预计需要花费 1 分钟才能阅读完成。

Windows Powershell

$env:PATH

Linux Bash

echo $PATH
正文完
 0