Help for this page
$ /bin/pwd GNU pwd /tmp/ikegami ... $ PWD=/ bash -c pwd bash's builtin uses $ENV{PWD} /tmp/ikegami
static char * getcwd_logical(void) ... errno = ENOENT; return (NULL); }