What is -n in echo -n hello in bash
Question
:
In the command:
echo -n hello
what is "-n"?
argument
command
option
Answer
:
C - is the correct answer