Find a command path location in the environment
command
Future<String?> which(String command) async { return whichSync(command); }