SyntaxFix
Write A Post
Hire A Developer
Questions
if grep -q "$Filename$" my_list.txt then echo "exist" else echo "not exist" fi