cosmetic
darcs-hash:20020228225410-a279a-cb7ef14e9cde9ff05174fe80def09da02e659fbf.gz
This commit is contained in:
parent
5251afde6b
commit
286c6c5a11
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
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}'`
|
||||
auteur=`echo $ligne | awk -F "~" '{print $3}'`
|
||||
titre=`echo $ligne | awk -F "~" '{print $2}'`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue