Re: [SSFR] quel langage ? |
[ Thread Index |
Date Index
| More debianworld.org/shellscript-fr Archives
]
Marc Chantreux a écrit :
Philippe Jacquot wrote:
Sed et awk sont des *filtres*: ils n'interagissent aucunement avec
linux, mais prennent des données en entrée, les traitent et crachent,
le cas échéant, une sortie.
d'accord pour sed, pas pour awk! tu peux tres bien faire un programme
Certes, awk entretient cette dualité. Je fais amende honorable, même
s'il est quand même peu courant pour le péquin moyen de faire tout un
programme en awk. Et l'orientation texte limite quand même pas mal le
champ d'action du langage (si on lui retire sa commande system()).
"Awk has two faces: it is a utility for performing simple
text-processing tasks, and it is a programming language for performing
complex text-processing tasks.
The two faces are really the same, however. Awk uses the same mechanisms
for handling any text-processing task, but these mechanisms are flexible
enough to allow useful Awk programs to be entered on the command line,
or to implement complicated programs containing dozens of lines of Awk
statements."
a+
philippe