Search Results

Search: Posts Made By: unexistance
123,936
Posted By Perderabo
Try this...typeset -Z6 number number=9 echo...
Try this...typeset -Z6 number
number=9
echo $number
((number=number+1))
echo $number
exit 0
133,397
Posted By Perderabo
Well, I don't understand this thread. First of...
Well, I don't understand this thread. First of all:$ set -A array "one two three four"
$ echo ${array[0]}
one two three four
$so the command given in the OP results in an array with a single...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 06:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy