Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How do you remove a crontab file?

6 Answers  


What is the difference between pipe and xargs?

2 Answers   Amazon, CTS,


can we use cat command as an editor ..???

12 Answers   TCS,


How do you grep a case insensitive?

0 Answers  


What command will change your prompt to myprompt?

0 Answers  


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


How to get the last ten lines of a file using awk utility?

1 Answers   Infosys,


in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?

6 Answers  


what is the command to get help on a UNIX terminal?

5 Answers  


When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?

3 Answers  


Why is shebang used?

0 Answers  


in UNIX,How to copy file into directory?

5 Answers  


Categories