change zcat to cat. don't assume that the file is compressed

This commit is contained in:
endico%mozilla.org 2001-08-01 04:03:18 +00:00
Родитель c9b38c329e
Коммит 920ad4ed81
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,4 +15,4 @@
# remove a lone slash. (the root url)
zcat $* | awk '{print $4, $7, $9}' | grep 200$ | awk '{print $1, $2}' | sed "s/index.html//" | sed "s/\?.*//" | sed "s/\(\w\)\/$/\1/" | ./addstats.pl
cat $* | awk '{print $4, $7, $9}' | grep 200$ | awk '{print $1, $2}' | sed "s/index.html//" | sed "s/\?.*//" | sed "s/\(\w\)\/$/\1/" | ./addstats.pl