"Jack Barnett" <[EMAIL PROTECTED]> writes:
> Does an array exist in the oringial bourne shell?
> If so, how could anyone provide a short example?
No arrays in the classic sense, but you can do things like:
array='jim bob al'
for i in $array
do echo $i
done
If you have a specific problem you are trying to solve, maybe we can
help more with more specifics.
rw2
--
What if the Hokey Pokey really *is* what it's all about?
- Array in #!/bin/sh Jack Barnett
- Re: Array in #!/bin/sh linuxlists
- Re: Array in #!/bin/sh Jack Barnett
