NAME

ubmv – renames one UNIBASE table to another name

SYNOPSIS

ubmv table1 [table2..] target

DESCRIPTION

ubmv moves UNIBASE table (“.dat” and “.key” files) to a target name, table1 and target cannot be the same.

If target is not a directory, then only one table may be specified before it. If the target has its “.dat” and “.key” link to another file with links, the other links remain and “.dat” and “.key” of target become a new file.

If target is a directory, then the specified table(s) are moved to the target directory.

<P> <h2>EXAMPLE</h2> To move the “.dat” and “.key” files of the table “oldstock” to new table “newstock” <PRE>ubmv oldstock newstock</PRE> <h2>SEE ALSO</h2> mv(1) Unix Reference Manual

FLAGS

FLAG ARGUMENT TYPE DESCRIPTION

ERRORS

EXAMPLE

SEE ALSO