Open mokurin000 opened 2 hours ago
#!/usr/bin/bash
IFS=':'
for path in $PATH
do find "${path}" -maxdepth 1 -type f | while read _path
do fn=${_path##*/}
echo $fn
done
done
Also, you can check https://www.msys2.org/docs/filesystem-paths/#manual-unix-windows-path-conversion
ssh
failed, pay-respects get stuck
What happened?
The command and output
see above
Build information
version: 0.5.14 compile features:
No similar issue
To access unix paths, and to use correct
PATH
environment, we should compile pay-respects to cygwin target But rustc closed related support issue as unplanned A possible workaround is, writing a script to list evey possible executable, and call it inside pay-respects, if found msys2 environment.This workaround also applies to
MingW64 Git Bash