How to add content of one file into another file at the beginning
Answer Posted / green
(To insert file2 content to file1; then the command is)
vi file1
(in command mode)
:0 r! cat file2 (press enter)
( file2 content is inserted to file1 )
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we use grep command in unix?
What is grep short for?
What do know about tee command and its usage?
What is difference between grep and find command in unix?
How do I open a port?
Is grep faster than awk?
What does the command ' $who | sort –logfile > newfile' do?
Are you in or at the office?
What are filter commands in unix?
What is “chmod” command?
How do you repeat a command in terminal?
What is unix command?
What is {} in find command?
How to find $ai_serual resolved path by using unix
What is awk good for?