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 is the use of find command in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
What is “chmod” command?
What is a bash command?
What does pipe () return?
What is the pipe command?
Why is it called a shebang?
What is {} in find command?
Enumerate some of the most commonly used network commands in unix?
What does the metacharacter mean?
How do I search for a file in unix command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does the command '$ls | wc –l > file1' do?
Explain the steps that a shell follows while processing a command.
What is in grep command?