• [^] # Re: [x] cd, mais plutot popd / pushd

    Posté par . En réponse au sondage La commande de base que je tape le plus. Évalué à 4.

    olivier@Champloo ~ $ man popd
    Aucune entrée de manuel pour popd
    olivier@Champloo ~ $ man pushd
    Aucune entrée de manuel pour pushd
    olivier@Champloo ~ $ popd -h
    bash: popd: -h: invalid number
    popd: usage: popd [+N | -N] [-n]
    olivier@Champloo ~ $ pushd -h
    bash: pushd: -h: invalid number
    pushd: usage: pushd [dir | +N | -N] [-n]
    olivier@Champloo ~ $

    hum, pas très documenté ce truc.