ftv_query − query furious_tv database |
ftv_query [ -c DBFILE -d DELIMITER ] -q SQL |
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. |
-?|--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. |
Jared Krinke <deraj@users.sourceforge.net> |
furious_tv(7) |
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. |