I have a file file1 which ends with Success... OR success...
file1
Success...
success...
I want to grep for the word success in
grep
success
For me SQL=echo $line | grep -iF "SQL"; IT works perfect
echo $line | grep -iF "SQL"