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 does the command '$ls | wc –l > file1' do?
Who command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does the “echo” command do?
What is the use of the command 'ls -x chapter[1-5]' ?
Which command is used to create a directory?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
what is the advaantage of each user having its own copy of the shell?
Enlist some filename manipulation commands in unix.
Which command is used to copy files?
What does sed command do in unix?
Which command is used to delete all files in the current directory and all its sub-directories?
Can you explain a little bit about command substitution?
What is the difference between cat and more command?
What is {} in find command?