in reply to Re: How do I move array contents into a directory?
in thread How do I move array contents into a directory?

You modify a local variable without doing anything with it.

He is not modifying a local variable, he is using an alias for the array elements. So it should have an effect.

  • Comment on Re^2: How do I move array contents into a directory?