im a real noob with this, sorry if this is a stupid question
heres a clip of the code
(first line is line #259, last line is #263)
if [ $col -le 6 ]
then
echo -e "\t\t\033[91;4m
$paragraph\033[0m"
elif ! [ $col -le 12 ]
when i run it this is what i get when i run it
./checker.sh: line 259: [: .",: integer expression expected
./checker.sh: line 263: [: .",: integer expression expected
when i looked up this error it said to make sure there is a space in between the bracket and i have a bracket. im not sure what else to do.
$col. It almost certainly isn't what you expect it is. (And, in fact, would appear that it is.\",somehow.