$ gzip -dc host.access_2017-06-11.log.gz | awk '{print $NF}' > test1.txt
$ more test1.txt | awk -F '"' '{print $2}' > test2.txt
$ gzip -dc host.access_2017-06-11.log.gz | awk '{print $NF}' > test1.txt
$ more test1.txt | awk -F '"' '{print $2}' > test2.txt