debian man page for list

Query: list

OS: debian

Section: 3tcl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

list(3tcl)						       Tcl Built-In Commands							list(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
list - Create a list
SYNOPSIS
list ?arg arg ...? _________________________________________________________________
DESCRIPTION
This command returns a list comprised of all the args, or an empty string if no args are specified. Braces and backslashes get added as necessary, so that the lindex command may be used on the result to re-extract the original arguments, and also so that eval may be used to execute the resulting list, with arg1 comprising the command's name and the other args comprising its arguments. List produces slightly different results than concat: concat removes one level of grouping before forming the list, while list works directly from the original arguments.
EXAMPLE
The command list a b "c d e " " f {g h}" will return a b {c d e } { f {g h}} while concat with the same arguments will return a b c d e f {g h}
SEE ALSO
lappend(3tcl), lindex(3tcl), linsert(3tcl), llength(3tcl), lrange(3tcl), lrepeat(3tcl), lreplace(3tcl), lsearch(3tcl), lset(3tcl), | lsort(3tcl)
KEYWORDS
element, list Tcl list(3tcl)
Related Man Pages
lappend(3tcl) - debian
llength(3tcl) - debian
lrange(3tcl) - debian
lset(3tcl) - debian
list(3tcl) - debian
Similar Topics in the Unix Linux Community
Concat
Assigning output of command to a variable
concat 3 files
rollup and concat fields in a group
Filename (concat) head -1 > newfilelist