ftv_query

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
SEE ALSO
DONATIONS

NAME

ftv_query − query furious_tv database

SYNOPSIS

ftv_query [ -c DBFILE -d DELIMITER ] -q SQL

DESCRIPTION

ftv_query(1) is a simple command line-based tool that allows one to query a furious_tv database using SQLite’s subset of SQL (see http://www.sqlite.org/ for more information on SQL commands).

ftv_query(1) outputs one row per line with each column separated by the tab character (intended for use in shell scripts with cut(1)).

This script is designed mostly to be an easy way to access a furious_tv database where direct SQLite support is not available.

OPTIONS

-?|--help

Display detailed usage information and a list of options

--version

Display version information.

-c|--database= DBFILE

Specify the furious_tv database file.

-q|--query= SQL

The SQL query to use. Note that SQLite only parses a subset of the most common SQL features.

-d|--delimiter= DELIMITER

Use a custom field delimiter.

AUTHOR

Jared Krinke <deraj@users.sourceforge.net>

SEE ALSO

furious_tv(7)

DONATIONS

If you value the furious_tv, have a PayPal account, and are feeling generous, please make a donation to furiousj@u.washington.edu to support the author. Suggested donation: $0.25.