Query: list
OS: opensolaris
Section: 1t
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
list(1T) Tcl Built-In Commands list(1T) __________________________________________________________________________________________________________________________________________________NAMElist - Create a listSYNOPSISlist ?arg arg ...? _________________________________________________________________DESCRIPTIONThis 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.EXAMPLEThe 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 ALSOlappend(1T), lindex(1T), linsert(1T), llength(1T), lrange(1T), lreplace(1T), lsearch(1T), lset(1T), lsort(1T) |KEYWORDSelement, listATTRIBUTESSee attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTcl | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+NOTESSource for Tcl is available on http://opensolaris.org. Tcl list(1T)
Related Man Pages |
---|
lrange(1t) - opensolaris |
lrange(n) - mojave |
lrange(n) - centos |
lindex(3tcl) - debian |
lindex(n) - osx |
Similar Topics in the Unix Linux Community |
---|
Assigning output of command to a variable |
concat string |
String concat that keeps quotes |
rollup and concat fields in a group |
Filename (concat) head -1 > newfilelist |