tcl.import

Verb: Access/TCL, Releases: AP/Unix

Imports Unix file(s) to Pick item(s).

Syntax

import file.reference {item.list} {(options} from :[ dir |{unix.file {unix.file} ... } ]

Description

imports Unix files to Pick items.

<New line> characters are converted into attribute marks. The source Unix files are either specified explicitly or are specified by the directory on which they can be found.

'file.reference'
Destination Pick file name.

'item.list'
List of the destination items. If not specified, a list must be active.

'dir'
Directory where the source files are to be found. The filenames are the same as the item-id(s) from the source list. The 'l' option is used to convert Unix filenames to lower case.

'unix.file'
Explicit list of the source Unix files. Complete pathnames must be used if the files are not on the current directory. The current directory may be changed by the 'cd' command. If no source list is provided, the destination list is used as a source list also. Wild cards are legal in unix.file, but in this case, all the files are concatenated before the copy.

Options

en Expands Unix tabulations into 'n' spaces. If 'n' is not specified, the default is 4. Tabulations expansion is done using the pr(1) Unix command.

i Suppresses display of item-id(s).

l Converts unix.file name in lower case before doing the copy.

O Overwrites Pick item(s), if duplicate item-id(s) encountered.

See Also

Command Name Type Description
tcl.add-font Verb: Access Adds printer font.
dos.copypick Verb: TCL1 see 'import' and 'export'.
filename.kb.fk File Synonym ('q-pointer') Keyboard-mapping file.
tcl.set-kbrd.sco Verb: Access Sets PC keyboard for SCO/Unix.
tcl.copydos.r83 Verb: Access Imports a DOS file to Pick item(s).
tcl.export.r83 Verb: Access Export Pick item(s) to a DOS diskette.
dos.copypick.r83 Verb: TCL1 A DOS utility to import Pick R83 item(s) to DOS.
tcl.export.unix Verb: Access Exports Pick item(s) to Unix file(s).
tcl.export Verb: Access Transfer Pick item to DOS file.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.