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...


How to add content of one file into another file at the beginning

Answers were Sorted based on User's Feedback



How to add content of one file into another file at the beginning..

Answer / vikas gupta

cat sourcefile>>destinationfile|head -1

Is This Answer Correct ?    0 Yes 4 No

How to add content of one file into another file at the beginning..

Answer / durgesh srivastava

if file1 conation go on file2 .............
cat file1 >> file2

Is This Answer Correct ?    6 Yes 13 No

Post New Answer

More Unix Commands Interview Questions

Which command is used to delete all files in the current directory and all its sub-directories?

0 Answers  


How do you find out all processes that are currently running in UNIX OS?

10 Answers  


Is ‘du’ a command? If so, what is its use?

0 Answers  


Write a command to kill the last background job?

0 Answers  


What is grep short for?

0 Answers  


What is awk used for?

0 Answers  


Give command that will make the file "run.sh" executable?

10 Answers   IBM,


How do you change file permissions?

1 Answers  


The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above

4 Answers   IBM,


what is the advaantage of each user having its own copy of the shell?

0 Answers   BMC, CNS, DELL, Infosys,


How to find $ai_serual resolved path by using unix

0 Answers  


How do you repeat a command in terminal?

0 Answers  


Categories