their is a file1,file2 and i want to append file1 data to
file2?
Answer Posted / roshni
cat file1 >> file2
| Is This Answer Correct ? | 54 Yes | 1 No |
Post New Answer View All Answers
What is the function of grep command in unix?
What does sed command do in unix?
What is time_t?
Name the unix command to find how many days the server has been up.
What is the use of sed command in unix?
Name the various commands that are used for the user information in unix.
How many unix commands are there?
What is the behavioural difference between cmp and diff commands?
What is grep and how do you use it?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is “chmod” command?
What is the command to compare two files in unix?
What is awk good for?
Differentiate cat command from more command.
How does pipe () work?