How to add content of one file into another file at the beginning
Answer Posted / durgesh srivastava
if file1 conation go on file2 .............
cat file1 >> file2
Is This Answer Correct ? | 6 Yes | 13 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 does the metacharacter mean?
How do I open a port?
Why is shebang used?
What does this command do,"$more readme.txt“?
What is awk used for?
What does the command ' $who | sort –logfile > newfile' do?
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
Is ‘du’ a command? If so, what is its use?
What is the command to view process running?
Is it inbetween or in between?
What command is used to switching between users in unix?
Describe the usage and functionality of the command rm –r * in unix?
What does find command return in unix?
Who wrote grep?