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
How many unix commands are there?
Which command is used to create a directory?
How does shebang work?
What is ctrl d?
What is s and g in sed command?
What does the metacharacter mean?
What is the difference between cat and more command?
How do I use grep to search for a file?
Does cp command overwrite files?
What does the command ' $who | sort –logfile > newfile' do?
How do I search for text in vi?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does grep v grep do?
What are the commands in UNIX to list the files in a Directory?
How does pipe () work?