Linux CLI - Pipes and Redirection
What will be the output of the following command if
file.txt exists?cat file.txt && echo 'File found' || echo 'File missing'file.txt exists?cat file.txt && echo 'File found' || echo 'File missing'15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions