#!/bin/bash read chaine let "retour = grep $chaine personnes.dat | cut -f1,3 -d' ' " echo $retour wc -l $retour