split man page on IRIX

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



     split(n)			    Tcl			      split(n)

     _________________________________________________________________

     NAME
	  split - Split a string into a proper Tcl list

     SYNOPSIS
	  split string ?splitChars?
     _________________________________________________________________

     DESCRIPTION
	  Returns a list created by splitting string at each character
	  that is in the splitChars argument.  Each element of the
	  result list will consist of the characters from string that
	  lie between instances of the characters in splitChars.
	  Empty list elements will be generated if string contains
	  adjacent characters in splitChars, or if the first or last
	  character of string is in splitChars.	 If splitChars is an
	  empty string then each character of string becomes a
	  separate element of the result list.	SplitChars defaults to
	  the standard white-space characters.	For example,
	       split "comp.unix.misc" .
	  returns "comp unix misc" and
	       split "Hello world" {}
	  returns "H e l l o { } w o r l d".

     KEYWORDS
	  list, split, string

     Page 1					     (printed 2/19/99)

[top]

List of man pages available for IRIX

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