#!/bin/bash zcat barcelona_weekends.dev.csv | wc -l > stats gzip -c stats > stats.txt.gz