Computer Science Fundamentals Operating Systems Subjective
Mar 12, 2013

What does the ‘echo’ command do in UNIX system?

Detailed Explanation

The echo command is used to repeat the argument you give it back to the standard output device. It normally ends with a line-feed, but you can specify an option to prevent this.
Syntax:-
echo [option] [string]
Examples:-
% echo Hello Class or echo "Hello Class"

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback