Script shell

Résolu
Bonjour,
comment je peux lire les 3 premiers lignes d'un fichier? (a b c)

mon fichier:
a
b
c
d
e
f
script:
#! /bin/bash

help

--
The best way to escape from a problem is to solve it.
Configuration: Linux Fedora
Firefox 2.0.0.8

1 réponse

  1. Modérateur
    Salut,

    man head ;-))
    0