their is a file1,file2 and i want to append file1 data to
file2?

Answers were Sorted based on User's Feedback



their is a file1,file2 and i want to append file1 data to file2?..

Answer / roshni

cat file1 >> file2

Is This Answer Correct ?    54 Yes 1 No

their is a file1,file2 and i want to append file1 data to file2?..

Answer / kirus

cat file1>>file2

Is This Answer Correct ?    13 Yes 0 No

their is a file1,file2 and i want to append file1 data to file2?..

Answer / dimpi

cat file1 >> file2

Is This Answer Correct ?    12 Yes 1 No

their is a file1,file2 and i want to append file1 data to file2?..

Answer / guest

cat command can be used

Is This Answer Correct ?    4 Yes 1 No

their is a file1,file2 and i want to append file1 data to file2?..

Answer / siri

cat file1>>file2

Is This Answer Correct ?    1 Yes 0 No

their is a file1,file2 and i want to append file1 data to file2?..

Answer / jumjum

rat command can't be used.

Is This Answer Correct ?    0 Yes 5 No

their is a file1,file2 and i want to append file1 data to file2?..

Answer / sruthi

say your file1 name is demo.txt & ur file2 name is demo2.txt

if u wann to append data of demo.txt to demo1.txt
then open demo1.txt in vi mode
then in exe mode give :r demo.txt
then the data will be appended

Is This Answer Correct ?    4 Yes 11 No

their is a file1,file2 and i want to append file1 data to file2?..

Answer / sunil

cat file1 > file2

Is This Answer Correct ?    8 Yes 15 No

their is a file1,file2 and i want to append file1 data to file2?..

Answer / praveen

cat file1 > file2

Is This Answer Correct ?    2 Yes 16 No

Post New Answer

More Unix Commands Interview Questions

What are the general commands in using unix os for a beginner?

0 Answers  


what do you understand by 'building block primitive'?

0 Answers   Infosys,


What does find command return in unix?

0 Answers  


What is ‘ps’ command for?

0 Answers  


How to find $ai_serual resolved path by using unix

0 Answers  


What is the difference between udp and tcp?

2 Answers   HCL, TCS,


What are grep patterns?

0 Answers  


What are reported commands?

0 Answers  


What is the pipe command?

0 Answers  


What do chmod, chown, chgrp commands do?

0 Answers  


what is the shell for dos,nt operating systems?

1 Answers  


How does pipe () work?

0 Answers  


Categories