// 找岀notepad.exe在环境变量path中的哪些目录里
C:/>perl -e "foreach(split(';', $ENV{path})) { print $_.' ' if -e $_./"//notepad.exe/"; }
output:
C:/WINDOWS/system32 C:/WINDOWS