Maybe it's a stupid request but the find command is not consistent with the usual syntax of the same command on unix like machines.
This implementation works with -p parameter for the starting directory, which is maybe good for windows.
Posix implementation uses the starting directory as the first parameter ("./" if starting from current directory) and the search pattern as the second.
It's not a big problem, but if you could detect the environment and switch the parameters, it would be convenient...
Maybe it's a stupid request but the
findcommand is not consistent with the usual syntax of the same command on unix like machines.This implementation works with
-pparameter for the starting directory, which is maybe good for windows.Posix implementation uses the starting directory as the first parameter ("./" if starting from current directory) and the search pattern as the second.
It's not a big problem, but if you could detect the environment and switch the parameters, it would be convenient...