CT


The jBASE CT command utilizes the jBASE copy command to output records from a file to the terminal.

 

COMMAND SYNTAX

CT filename {recordlist} {(Options}

 

SYNTAX ELEMENTS

filename is the name of the file from which to copy records.

recordlist is the list of record ids which to copy, the recordlist may be supplied by an active SELECT list or default to all records in file.

Options can be the following:

X     display in hexadecimal format

 

EXAMPLE

CT CUSTOMERS SMITH


Utilities