🎴 Flashcard Mode

operating systems Online Quiz - 59

Card1 / 20
Mastered0
Review0
QuestionClick to flip

What is the command used for printing in Shell Script?

AnswerClick to flip back
A
echo
💡 Explanation:

The echo command is the standard shell command for printing text to stdout. While printf offers more formatting options, echo is the most basic and commonly used print command. 'print' is not a standard Unix shell command (it exists in some languages like Perl but not in bash/sh).

Change Mode