Hello im new to bash scripting, i have a simple program which is not working for me. I assume its a syntactical error.
#!/bin/bash
#example1.sh
read Age
if ["$Age" -lt "18"]; then
echo "You must go to school"
fi
When i input a 1 it says [1: command not found