their is a file1,file2 and i want to append file1 data to
file2?
Answer Posted / kirus
cat file1>>file2
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
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 in bash?
What is the command to find hidden files in the current directory?
How does shebang work?
Explain the steps that a shell follows while processing a command.
What does touch command do in unix?
What is rmdir command?
What is awk command used for?
How do I delete files from command prompt?
What is the difference between cat command and more command?
What does the command '$ls | wc –l > file1' do?
Is grep faster than awk?
What is the use of the command 'ls -x chapter[1-5]' ?
Which command can you use to find the currently running process in unix server?
What command is used to check the current users?