I'am trying to output an inline status with date
now="date -Iseconds"
echo "[" eval $now echo "] my log status"
this returning line
now="date -Iseconds"
echo "["; eval $now; echo "] my log status"
I don't whant to do
now=`date -Iseconds`
Because time clock between 2 logs status and it store the time when the variable is initialized