NAME

dbfdump - Dump the record of the dbf file

FORMAT

dbfdump [options] files

where options are

--rs		record separator
--fs		field separator
--fields	comma separated list of fields to print
--undef		string to print for NULL values
--info		print info about the file and fields
--version	print version of the XBase library

SYNOPSIS

dbfdump -fields id,msg table
dbfdump -fs=' : ' table

DESCRIPTION

Dbfdump print to standard output content of dbf files listed. By default, it prints all fields, separated by colons, one record on a line. The record separators can be changed by options on the command line. It is also possible to specify list of fields to print -- comma separated list for the --fields command line parameter.

The content of associated memo files (dbf, fpt) is printed for memo fields.

AUTHOR

(c) Jan Pazdziora, adelton@fi.muni.cz, http://www.fi.muni.cz/~adelton/ at Faculty of Informatics, Masaryk University in Brno, Czech Republic

SEE ALSO

perl(1); XBase(3)

EOBODY