When is [[ -f a.txt ]] && [[ -f b.txt ]] true?
[[ -f a.txt ]] && [[ -f b.txt ]]
When the two files have identical contents
Only when both paths are regular files
When at least one path is a regular file
Only when neither path exists