Page 1 of 1

Which of the following is correct to interpret Hello World as a single argument?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
1) $ ./output 'Hello World'
2) $ ./output Hello World
a) Only 1
b) Only 2
c) Both 1 and 2
d) Neither 1 nor 2