• [^] # Re: peut-être une erreur dans le manuel

    Posté par . En réponse au message Un bug dans les shell ?!!!! Mais en fait non (Linux fuck Posix). Évalué à 6.

    La page de man à une note:

    NOTE: your shell may have its own version of pwd, which usually
    supersedes the version described here. Please refer to your
    shell's documentation for details about the options it supports.

    Le bourne shell, puis ses héritiers dont bash et zsh utilisent tous un builtin. La doc de bash précise

    Print the absolute pathname of the current working directory. If the -P option is supplied, the pathname printed will not contain symbolic links. If the -L option is supplied, the pathname printed may contain symbolic links. The return status is zero unless an error is encountered while determining the name of the current directory or an invalid option is supplied.