Find a command path location in the environment
command
String? whichSync(String command) { return findExecutableSync( command, paths, ); }