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
Can you enlist some commonly used network commands?
What does sed command do in unix?
Explain ‘library functions’ with respect to unix commands?
Explain command to display different lines that are found when compare two files?
What do chown command do?
What is the search command in unix?
What is the behavioural difference between cmp and diff commands?
What do know about tee command?
Explain mount and unmount command.
How many unix commands are there?
Write a command to display a file’s contents in various formats?
How do I delete files from command prompt?
What is used to type command?
What is the unix command to confirm a remote host is alive or not?
What does this command do,"$more readme.txt“?