#!/bin/bash input=${1:-'hathi_full_20190301.txt.gz'} zcat "$input" \ | awk -F '\t' '{print $1 "\t" $3 "\t" $20 "\t" $24} '