Answer Posted / niranjan
cat is unix command not an editor.
Editor is one which provides various mode like input mode,command mode, and last line mode as vi editor..
cat displays the content of file if file exist else it creates
the new file and takes input from standard input(i.e, keyboard)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does #!/ Bin sh do?
What is grep r?
What will the following command do?
Which command should you use to find the remaining disk space in unix server?
What is merge command in unix?
Explain ‘library functions’ with respect to unix commands?
What is grep command in unix with examples?
Why is shebang used?
Name the various commands that are used for the user information in unix.
What does touch command do in unix?
What is ctrl d?
What do chmod command do?
What is awk command used for?
What do chgrp command do?
Explain how to use grep command to list find the records of a file containing 10 different strings?