adspace
In unix, what is echo used for?
Answer Posted / Rajiv Ranjan
The echo command in UNIX is used to display text on the screen. It can also be used to print variables or the output of commands.
Post New Answer View All Answers
How can you edit a large file without opening it in unix?
988