• # Hasard, je ne crois pas

    Posté par . En réponse au message Redirection sortie standard vers un fichier. Évalué à 3.

    Quand tu affiches la 26ème ligne du man de tail, ça donne la réponse à la question :

    man tail | nl -b a -w 2 | grep -A 2 -w '^26'
    26 -n, --lines=[+]NUM
    27 output the last NUM lines, instead of the last 10; or use -n +NUM to output starting with line NUM
    28