tcl.import
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
