concat man page on Scientific

Man page or keyword search:  
man Server   26626 pages
apropos Keyword Search (all sections)
Output format
Scientific logo
[printable version]

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

______________________________________________________________________________

NAME
       concat - Join lists together

SYNOPSIS
       concat ?arg arg ...?
_________________________________________________________________

DESCRIPTION
       This  command  joins  each  of its arguments together with spaces after
       trimming leading and trailing white-space from each of  them.   If  all
       the arguments are lists, this has the same effect as concatenating them
       into a single list.  It permits any number of arguments; if no args are
       supplied, the result is an empty string.

EXAMPLES
       Although concat will concatenate lists (so the command:
	      concat a b {c d e} {f {g h}}
       will  return  “a b c d e f {g h}” as its result), it will also concate‐
       nate things that are not lists, and hence the command:
	      concat " a b {c	" d "  e} f"
       will return “a b {c d e} f” as its result.

       Note that the concatenation does not remove spaces from the  middle  of
       its arguments, so the command:
	      concat "a	  b   c" { d e f }
       will  return  “a	   b   c d e f” (i.e. with three spaces between the a,
       the b and the c).

SEE ALSO
       append(n), eval(n)

KEYWORDS
       concatenate, join, lists

Tcl				      8.3			     concat(n)
[top]

List of man pages available for Scientific

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net