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 does touch command do in unix?

0 Answers  


How can i know my Filesystem and its current usage in my prod UNIX system?

4 Answers   HCL, IBM,


Why we are using UNIX OS when we are doing the testing in our application?

5 Answers   IBM,


How to install scsi driver in unix? give me explanation clearly?

1 Answers   HCL, TCS,


Describe the usage and functionality of the command rm –r * in unix?

0 Answers  






How to setup Disk space as well as memory in solaris10?

4 Answers  


What is the general format of unix command syntax?

0 Answers  


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


Which command will you use to change the permissions on file?

7 Answers  


What is the use of finger command?

0 Answers  


What are bash commands?

0 Answers  


What is unix command line?

0 Answers  


Categories