What is difference between diff and patch ?
Answer / Neha Arora
Diff is a tool that compares two files or directories to identify the differences between them. The output of diff can be saved as a patch file, which contains instructions on how to apply the changes found by diff to a third file to bring it up-to-date with one of the original files. A patch file typically has the extension .patch.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I reset my drupal admin password?
How can I translate drupal to my local language?
What is template.php in drupal?
What are the files required for creating custom theme ?
Concept of comment in drupal?
How to create the form in drupal7?
Explain the seo modules available in drupal?
What is a base theme in drupal?
Is drupal scalable?
Add custom table to views drupal 7?
What is difference between soap and rest?
Explain drupal bootstrap process?