Re: [ssfr] Boucle sur les lignes d'un fichier |
[ Thread Index |
Date Index
| More debianworld.org/shellscript-fr Archives
]
- To: shellscript-fr@xxxxxxxxxxxxxxx
- Subject: Re: [ssfr] Boucle sur les lignes d'un fichier
- From: JJL <buggerone@xxxxxxxxx>
- Date: Thu, 17 Jul 2008 12:12:17 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Z5bXqjh1NWvAyBCwk3NX7MNFp65lhJP64HcjTn0yT0A=; b=jvG1QmPhlJSOU4Ittaugbu4v89KyOCeGjmzQD1p2nhfascUD3thaOMCQsieA8xC5Gd KLhZ7npf3CdJNhfbI9lhBis/dM6GSr21Gy60BNxMgXadvTlUydtGrJyrvqDgp7RA3Bj7 m3rASBD+/sujOD1lwxfte52VCH2ECSx/3ecOg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=jSmeATsEe5SvCDXilXN8l/gAC2AsyYFn1uZcn/3ULMv0eC/0kCOvE6W2ebyqnjYfZD l779sIY0S+vMw3bSiRvSCcl8xhG7xCLJXzF/j/W63trgGOcnFAGYp9WjlBPimPqwAx61 rteLEnxhMBeE9HUQPDEn3wQ+2I+u1uUCQneR8=
Salut,
> Y a-t-il un autre façon de faire que le $(<$1) ?
Pour lire un fichier ligne par ligne, j'ai l'habitude de faire ainsi :
while read l
do
echo $l
done < MonFiochierALire
++
JJL
--
http://kubuntu.free.fr/blog
---