I'm having a little issue, I can't go for bash v.4 I'm stick to use bash 3.2.57.
I'm inputting my script in this form logs_logs_2017-04-{02..06}.tar.bz2 but since bash 3.2.57 doesn't support brace expansion with leading zeroes the script is feeded with the following logs_logs_2017-04-2.tar.bz2 logs_logs_2017-04-3.tar.bz2 ..... and these file names don't exist.
Any idea ?
Thanks !