their is a file1,file2 and i want to append file1 data to
file2?
Answer Posted / siri
cat file1>>file2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do know about tee command and its usage?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is rmdir command?
Which unix command lists files/folders in alphabetical order?
What command is used to switching between users in unix?
Using unix command how to display no of records in oracle?
What are grep patterns?
How many unix commands are there?
What is “chmod” command?
What is the functionality of a top command?
Explain the steps that a shell follows while processing a command.
what is the advaantage of each user having its own copy of the shell?
What is awk command used for?
Why is it called a shebang?
What does awk stand for?