How to add content of one file into another file at the beginning
Answer Posted / abhishek bhardwaj
If one wants to add content of file1 on top of file2 then
cat file2 >> file1
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What does the command '$ls | wc –l > file1' do?
What does 'mkdir' command do in UNIX?
What does this command do,"$more readme.txt“?
Which command will print your home directory on screen?
What is the difference between awk and grep?
Explain ‘library functions’ with respect to unix commands?
Write a command to display a file’s contents in various formats?
Which unix command to make a new directory?
What is nr in awk command?
What is command statement?
Name the general commands in using unix os for a beginner?
how to sort the content of the file based on numeric values
Name the various commands that are used for the user information in unix.
hw will u use awk in replacing cahrs and files
What do chmod command do?