I have a txt file with this lines:
2017-06-15 Take the car for inspection to change the wheels.mkd
2018-03-17 Crear un entorno virtual con Docker y xfce.mkd
2018-02-25 Envíar vídeo de explicación de configuración email de tunegocioenlanube a María.mkd
2018-03-08 crear curso tu formula emocional +tunegocio.mkd
I want to put in a array of bash the year, month and day:
year=( "2017","2018" )
month=( "03","06","02" )
day=( "08","15","17","25" )
Thanks for all.