Linux CLI - Pipes and Redirection
What will be the output of the following commands if
file.txt does not exist?cat file.txt && echo "File exists" || echo "File missing"