Windows | Linux 查找环境变量二进制所在目录

Coreqi / 2023-07-28 / 原文

1.Windows

使用where命令

where java

image

2.Linux

使用which命令

which java

image