We have just a handful of questions to test your knowledge of shell script syntax. It's not as easy as you might think! You should be able to figure out all the answers to all these questions from our shell script lessons found on the homepage.
What will be the output of "echo this || echo that && echo other"?
How could you check if two strings are equal?
Which of the following would return the process ID of the sleep command?
Which of the following will always output "maple"?
Which of the following will output "cat"?
Which of the following will output "onetwothree"?