EmileArseneault / Morning

Command line morning app that executes custom commands and reminds the user where he left off last time
1 stars 0 forks source link

egrep command to look for morning messages fails on MacOS #11

Open EmileArseneault opened 7 years ago

EmileArseneault commented 7 years ago

The command egrep 'Morning_[0-9]{4}_[0-9]{2}_[0-9]{2}.txt' does not work and hangs (need to press ctrl-c). This results in an array that is not empty and crash the compare afterwards.

EmileArseneault commented 7 years ago

Issue tried on Raspbian Jessie with no problem. Issue could be limited to MacOS only.