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
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the comma to display different lines that are found when compare two files?
What are bash commands?
Explain the steps that a shell follows while processing a command.
How does pipe () work?
What is ‘ps’ command for?
Write a command to kill the last background job?
Write a command to display a file’s contents in various formats?
What is difference between grep and find command in unix?
What command is used to check the current users?
What is command statement?
What is command substitution?
Name the various commands that are used for the user information in unix.
Who command in unix operating system?
What does the metacharacter mean?