mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-02 03:14:11 +08:00
Documentation: See also sections, mdb-header ret
This commit is contained in:
@@ -21,5 +21,10 @@ ENVIRONMENT
|
||||
* debug_props
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
SEE ALSO
|
||||
mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1)
|
||||
mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
|
||||
|
||||
|
||||
AUTHORS
|
||||
The gmdb2 utility was written by Brian Bruns
|
||||
The gmdb2 utility was written by Brian Bruns.
|
||||
|
||||
@@ -24,5 +24,9 @@ ENVIRONMENT
|
||||
* debug_props
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
|
||||
mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
|
||||
|
||||
AUTHORS
|
||||
The mdb-array utility was written by Brian Bruns
|
||||
The mdb-array utility was written by Brian Bruns.
|
||||
|
||||
@@ -37,11 +37,15 @@ ENVIRONMENT
|
||||
* debug_props
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1)
|
||||
mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
|
||||
|
||||
HISTORY
|
||||
mdb-export first appeared in MDB Tools 0\.1
|
||||
mdb-export first appeared in MDB Tools 0.1.
|
||||
|
||||
AUTHORS
|
||||
The mdb-export utility was written by Brian Bruns
|
||||
The mdb-export utility was written by Brian Bruns.
|
||||
|
||||
BUGS
|
||||
Memo fields are allowed to contain a newline characters, the current program does nothing about this.
|
||||
|
||||
@@ -26,5 +26,15 @@ ENVIRONMENT
|
||||
* debug_props
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
EXIT STATUS
|
||||
mdb-header exits with error code 1 if there was anunsupported type.
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
|
||||
mdb-array(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
|
||||
|
||||
AUTHORS
|
||||
The mdb-header utility was written by Brian Bruns
|
||||
The mdb-header utility was written by Brian Bruns.
|
||||
|
||||
BUGS
|
||||
Only a few types are currently supported.
|
||||
|
||||
@@ -23,5 +23,9 @@ ENVIRONMENT
|
||||
* debug_props
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-export(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1)
|
||||
mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
|
||||
|
||||
AUTHORS
|
||||
The mdb-hexdump utility was written by Brian Bruns
|
||||
The mdb-hexdump utility was written by Brian Bruns.
|
||||
|
||||
@@ -31,5 +31,9 @@ ENVIRONMENT
|
||||
* debug_props
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
|
||||
mdb-array(1) mdb-header(1) mdb-schema(1) mdb-tables(1)
|
||||
|
||||
AUTHORS
|
||||
The mdb-parsecsv utility was written by Brian Bruns
|
||||
The mdb-parsecsv utility was written by Brian Bruns.
|
||||
|
||||
@@ -27,5 +27,9 @@ ENVIRONMENT
|
||||
* debug_props
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-sql(1) mdb-ver(1) mdb-array(1)
|
||||
mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
|
||||
|
||||
AUTHORS
|
||||
The mdb-prop utility was written by Brian Bruns
|
||||
The mdb-prop utility was written by Brian Bruns.
|
||||
|
||||
@@ -44,7 +44,11 @@ ENVIRONMENT
|
||||
NOTES
|
||||
|
||||
HISTORY
|
||||
mdb-schema first appeared in MDB Tools 0\.1
|
||||
mdb-schema first appeared in MDB Tools 0.1.
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
|
||||
mdb-array(1) mdb-header(1) mdb-parsecsv(1) mdb-tables(1)
|
||||
|
||||
AUTHORS
|
||||
The mdb-schema utility was written by Brian Bruns and others.
|
||||
|
||||
@@ -73,10 +73,14 @@ ENVIRONMENT
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
HISTORY
|
||||
mdb-sql first appeared in MDB Tools 0\.3
|
||||
mdb-sql first appeared in MDB Tools 0.3.
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-ver(1) mdb-array(1)
|
||||
mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
|
||||
|
||||
AUTHORS
|
||||
The mdb-sql utility was written by Brian Bruns
|
||||
The mdb-sql utility was written by Brian Bruns.
|
||||
|
||||
BUGS
|
||||
The supported SQL syntax is a very limited subset and deficient in several ways.
|
||||
|
||||
@@ -33,10 +33,14 @@ ENVIRONMENT
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
HISTORY
|
||||
mdb-tables first appeared in MDB Tools 0\.3
|
||||
mdb-tables first appeared in MDB Tools 0.3.
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
|
||||
mdb-array(1) mdb-header(1) mdb-parsecsv(1) mdb-schema(1)
|
||||
|
||||
AUTHORS
|
||||
The mdb-tables utility was written by Brian Bruns
|
||||
The mdb-tables utility was written by Brian Bruns.
|
||||
|
||||
BUGS
|
||||
Access allows for tables to have spaces embeded in the table name. You must specify a delimiter (-d) if you intend on piping the output of mdb-tables to a program such as awk or cut.
|
||||
|
||||
@@ -31,10 +31,14 @@ ENVIRONMENT
|
||||
* debug_all is a shortcut for all debug_* options
|
||||
|
||||
HISTORY
|
||||
mdb-ver first appeared in MDB Tools 0\.4
|
||||
mdb-ver first appeared in MDB Tools 0.4.
|
||||
|
||||
SEE ALSO
|
||||
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-array(1)
|
||||
mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1)
|
||||
|
||||
AUTHORS
|
||||
The mdb-ver utility was written by Brian Bruns
|
||||
The mdb-ver utility was written by Brian Bruns.
|
||||
|
||||
BUGS
|
||||
mdb-ver does minimal checking on the validity of a file. It is possbile for it to misidentify a non-MDB file.
|
||||
|
||||
Reference in New Issue
Block a user