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

5 lines
191 B
Bash
Raw Normal View History

2020-08-19 08:26:16 +02:00
#!/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