• [^] # Re: Pour être sur

    Posté par . En réponse au journal Gufo: un langage de shell moderne!. Évalué à 2.

    connaître son ennemie :)

    $ type echo
    echo is a shell builtin
    $ type /bin/echo
    /bin/echo is /bin/echo
    $ type cat
    cat is /bin/cat
    $ type foo
    bash: type: foo: not found
    $ type if
    if is a shell keyword