busybox-w32
busybox-w32 copied to clipboard
Strange behaviour of which
$ busybox ash
$ export PATH='C:/Program Files/Git/usr/bin'
$ command -v which
which
$ which -a start
$ command -v start
C:/Program Files/Git/usr/bin/start
I haven't figured out why which
can't find start
(it is a shell script without extension).