darcs-hash:20020228225410-a279a-cb7ef14e9cde9ff05174fe80def09da02e659fbf.gz
This commit is contained in:
stransky 2002-02-28 23:54:10 +01:00
parent 5251afde6b
commit 286c6c5a11

View file

@ -14,7 +14,7 @@
VERIF () { VERIF () {
ligne=`grep --binary-files=text " "$1" " /var/spool/news/overview/OV1 | head -n 1 | awk -F "\t" '{print $1"~"$2"~"$3"~"$9}'` ligne=`grep --binary-files=text " $1 " /var/spool/news/overview/OV1 | head -n 1 | awk -F "\t" '{print $1"~"$2"~"$3"~"$9}'`
numero=`echo $ligne | awk -F "~" '{print $1}'` numero=`echo $ligne | awk -F "~" '{print $1}'`
auteur=`echo $ligne | awk -F "~" '{print $3}'` auteur=`echo $ligne | awk -F "~" '{print $3}'`
titre=`echo $ligne | awk -F "~" '{print $2}'` titre=`echo $ligne | awk -F "~" '{print $2}'`