their is a file1,file2 and i want to append file1 data to
file2?
Answer Posted / dimpi
cat file1 >> file2
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Is command prompt unix?
Write a command to display a file’s contents in various formats?
How do you repeat a command in terminal?
What does touch command do in unix?
Which command is used to restrict incoming messages?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is grep command in unix with examples?
Does cp command overwrite files?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is command statement?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the use of finger command?
How do you grep a case insensitive?
Why is shebang used?
Why is grep called grep?