How to check if a file exists in Linux bash shell?

To check if a file exists in a bash shell script, use the following:

To check if a file does not exists in a bash shell script, use the following: