Guest User

Untitled

a guest
Dec 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. function myfunc()
  2. {
  3. eval $1='(1 3 4 5 7 9)'
  4. }
  5.  
  6. myfunc result
  7. echo ${result[*]}
Add Comment
Please, Sign In to add comment