A predicate to check if a file exists
"file" - the file to check.
True or false and this operator is only usable in a comparison context.
if (-exists "/var/www/secret_files") { `tar zvf my_secrets_now.tgz`; }