Commands

 cat download_csv.csv | tr ',' ' ' | awk '$4 == "true" {print $1}' > valid-domains.txt

Last updated