names.io/generate/scripts/most-popular-names-for-the-.../transform.sh

5 lines
191 B
Bash
Executable File

#!/usr/bin/env bash
export LC_CTYPE=C
cat $1/bc-popular-boys-names.csv | cut -d ',' -f 1 >> $1/firstnames.csv.out
cat $1/bc-popular-girls-names.csv | cut -d ',' -f 1 >> $1/firstnames.csv.out