or download this
$ time perl -alne 'print join q{,} => @F[4,5,6,9] if $. > 3' hg19.fa.o
+ut | psql -qc "
CREATE TABLE tt (chromosome text, starting integer, ending integer,
+feature text);
...
chr2 | 21258 | 21370 | MIRb
chr2 | 22095 | 23394 | L1PA14
(2 rows)