About argument, command, switch or flag in Linux
Question:
In the statement:
echo Welcome
what does the word Welcome represent with respect to the echo?
- argument
- command
- switch
- flag
Answer:
A - is the correct answer. Here, echo is the command and Welcome is the argument passed to the command