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
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What does pipe () return?
What is “chmod” command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the command to view process running?
Which command can you use to find the currently running process in unix server?
What are the dos commands?
Why is shebang used?
What is used to type command?
Which unix command lists files/folders in alphabetical order?
Explain command to show the space allocation of files?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Which unix command to make a new directory?
How do I use grep to find a file?
Write a command to kill the last background job?