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 |
Explain the menu system in drupal?
How to create the responsive theme?
What is a database api?
how will you implement ajax in drupal 7?
What is teaser in drupal ?
What are the files required for creating custom module ?
What is contextual filter?
What is drupal good for?
Explain drupal architecture?
What are appropriate use cases for drupal as opposed to a lower-level framework like ruby on rails?
What is drupal cache ?
How do I move a drupal site from one host/server to another?