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

By using which command we can find the CPU utilization time?

7 Answers   Amazon,


Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


What is the use of find command in unix?

0 Answers  


What is the use of the command 'ls -x chapter[1-5]' ?

0 Answers  


how many types of file in unix?

34 Answers   MNC, TCS,






What does 'mkdir' command do in UNIX?

0 Answers   Syntel, Visa,


What do chmod, chown, chgrp commands do?

0 Answers  


Can you enlist some commonly used network commands?

0 Answers  


what are filters?

6 Answers  


what is the command to find out the difference between files and folders?

6 Answers  


what are the different operating systems available?

3 Answers  


What is the different between UNIX command and UNIX shell script?

2 Answers  


Categories