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?

Answer Posted / dimpi

cat file1 >> file2

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

1246


What does pipe () return?

1075


What is “chmod” command?

1176


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

1232


What is the command to view process running?

1113


Which command can you use to find the currently running process in unix server?

1128


What are the dos commands?

1265


Why is shebang used?

1132


What is used to type command?

1063


Which unix command lists files/folders in alphabetical order?

1762


Explain command to show the space allocation of files?

1126


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2271


Which unix command to make a new directory?

1149


How do I use grep to find a file?

1117


Write a command to kill the last background job?

1106