NAME

tabdump - display an xCAT database table in CSV format.


SYNOPSIS

tabdump [-d] [table]

tabdump [-? | -h | --help]


DESCRIPTION

The tabdump command displays the header and all the rows of the specified table in CSV (comma separated values) format. Only one table can be specified. If no table is specified, the list of existing tables will be displayed.


OPTIONS

-?|-h|--help

Display usage message.

-d

Show descriptions of the tables, instead of the contents of the tables. If a table name is also specified, descriptions of the columns (attributes) of the table will be displayed. Otherwise, a summary of each table will be displayed.


RETURN VALUE

  1. The command completed successfully.

  2. An error has occurred.


EXAMPLES


FILES

/opt/xcat/sbin/tabdump


SEE ALSO

tabrestore(1), tabedit(1), dumpxCATdb(1)