зеркало из https://github.com/mozilla/gecko-dev.git
change zcat to cat. don't assume that the file is compressed
This commit is contained in:
Родитель
c9b38c329e
Коммит
920ad4ed81
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче