Answer Posted / venkatesh
cat command is not an editor because it is used to create
files and display file components and it is a internal
command in unix...
cat hi this is venkat@cec
it displays the text as entered above..
hi this is venkat@cec
cat>venkat
and
cat>>venkat
by using that format we used to use in unix.......
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can you explain a little bit about command substitution?
Explain the steps that a shell follows while processing a command.
What happens when we execute a unix command?
How do I find previous commands in unix?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the unix command to confirm a remote host is alive or not?
Which command can you use to find the currently running process in unix server?
Why is awk called awk?
What is the command to find maximum memory taking process on the server?
What is command statement?
What is {} in find command?
What is the behavioural difference between cmp and diff commands?
What are the differences among a system call, a library function, and a unix command?
What is the command to compare two files in unix?
What does grep v grep do?