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
How can we use grep command in unix?
How do I search for a file in unix command?
What will the following command do?
What does the command '$ls | wc –l > file1' do?
How do I run a bash script?
What is the comma to display different lines that are found when compare two files?
Differentiate cat command from more command.
Why is awk called awk?
How do I open a port?
Describe the zip/unzip command using gzip.
What does the metacharacter mean?
What is grep r?
What are file commands?
What does this command do? Cat food 1 > kitty
What is the use of the tee command?