I have an error on my code...
if [ $timestamp -gt $timestampuser1 && $timestamp -lt $timestampuser2 ] ; then echo "$d"
fi
When I run it I get this error:
./data.sh: line 31: [: missing `]'
What is wrong with it??
I have an error on my code...
if [ $timestamp -gt $timestampuser1 && $timestamp -lt $timestampuser2 ] ; then echo "$d"
fi
When I run it I get this error:
./data.sh: line 31: [: missing `]'
What is wrong with it??