test evaluates conditional expressions.
Exampletest -f myfile.txt && echo "File exists"
test -f myfile.txt && echo "File exists"
DevOpsSchoolTypically replies within an hour