DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Writing Deskshell commands

Assignment

The ``='' operator assigns a value to a variable. For example:

   count=10
assigns ``10'' to count, and
   fib=(1 1 2 3 5)
assigns the list ``(1 1 2 3 5)'' to fib.

See also:


Next topic: Redirections
Previous topic: Operators

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 26 May 2005