I  wrote:
...

 FILES_LIST=( "${FILES_LIST[@]}" "${NEW_FILE}" )


You can also write:

  FILE_LIST[${#FILE_LIST[@]}]="${NEW_FILE}"


Daniel


--
To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to