*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Tcl/lsort (3)              
Title
Content
Arch
Section
 

Contents


lsort(3Tcl)							   lsort(3Tcl)


NAME    [Toc]    [Back]

     lsort - Sort the elements of a list

SYNOPSIS    [Toc]    [Back]

     lsort ?switches? list

DESCRIPTION    [Toc]    [Back]

     This command sorts	the elements of	list, returning	a new list in sorted
     order.  By	default	ASCII sorting is used with the result returned in
     increasing	order.	However, any of	the following switches may be	      |
     specified before list to control the sorting process (unique	      |
     abbreviations are accepted):

     -ascii		 Use string comparison with ASCII collation order.    |
			 This is the default.

     -integer		 Convert list elements to integers and use integer    |
			 comparison.

     -real		 Convert list elements to floating-point values	and   |
			 use floating comparison.

     -command command	 Use command as	a comparison command.  To compare two |
			 elements, evaluate a Tcl script consisting of command|
			 with the two elements appended	as additional	      |
			 arguments.  The script	should return an integer less |
			 than, equal to, or greater than zero if the first    |
			 element is to be considered less than,	equal to, or  |
			 greater than the second, respectively.

     -increasing	 Sort the list in increasing order (``smallest'' items|
			 first).  This is the default.

     -decreasing	 Sort the list in decreasing order (``largest''	items |
			 first).

KEYWORDS    [Toc]    [Back]

     element, list, order, sort


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
dlamrg IRIX will create a permutation list which will merge the elements of A (which is composed of two independently sort
slamrg IRIX will create a permutation list which will merge the elements of A (which is composed of two independently sort
lreplace IRIX Replace elements in a list with new elements
XmListReplaceItems Tru64 A List function that replaces the specified elements in the list
XmListReplaceItemsPos Tru64 A List function that replaces the specified elements in the list
XmListReplaceItemsPos HP-UX A List function that replaces the specified elements in the list
XmListReplaceItems IRIX A List function that replaces the specified elements in the list
XmListReplaceItemsPos IRIX A List function that replaces the specified elements in the list
XmListReplaceItems HP-UX A List function that replaces the specified elements in the list
linsert IRIX Insert elements into a list
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service