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

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003