redhat man page for list

Query: list

OS: redhat

Section: n

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

list(n) 						       Tcl Built-In Commands							   list(n)

__________________________________________________________________________________________________________________________________________________

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. For 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(n), lindex(n), linsert(n), llength(n), lsearch(n), lsort(n), lrange(n), lreplace(n)
KEYWORDS
element, list Tcl list(n)
Related Man Pages
lindex(1t) - opensolaris
lindex(n) - mojave
lindex(n) - opendarwin
lindex(n) - suse
lindex(ntcl) - mojave
Similar Topics in the Unix Linux Community
Invited Member List
Looping on a list of files...
April 2008 Who's Who List and Smooth Operator Candidates
Script to parse an access-list
how to run an already made script run against a list of ip addresses solaris 8 question