Open smnorris opened 8 months ago
Requesting just a small set of features is often handy, and is much faster than piping bcdata cat into head.
bcdata cat
head
Could use curl directly, but it would be simple to implement here - a --count option is already present in bc2pg.
--count
bc2pg
Maybe:
bcdata head -n
or
bcdata cat -c
Requesting just a small set of features is often handy, and is much faster than piping
bcdata cat
intohead
.Could use curl directly, but it would be simple to implement here - a
--count
option is already present inbc2pg
.Maybe:
bcdata head -n
or
bcdata cat -c