Question: Which command is being run in this script to check if file.txt exists?

  1. `/usr/bin/test`
  2. `/usr/bin/[`
  3. `the built-in [ command`
  4. `/usr/bin/[[`

Answer: The correct answer of the above question is Option C:`the built-in [ command`