Diff and patch commands

Source: Internet
Author: User
Diff and patch Command 1: If the current directory has the linux-3.0 source directory file and the modified linux-3.0-s3c2440 directory file, how to generate the patch file? & Gt; diff-Nuarlinux-3.0linux-3.0 & gt; linux-3.0-s3c2440.patch can be generated. diff and patch Command 1: If the current directory contains the linux-3.0 source directory file and the modified linux-3.0-s3c2440 directory file, how to generate the patch file? >>> Diff-Nuar linux-3.0 linux-3.0> linux-3.0-s3c2440.patch to generate linux-3.0-s3c2440.patch files. Second: if there is a modified linux-3.0-s3c2440 directory files and linux-3.0-s3c2440.patch files under the current directory, how to generate source linux-3.0 source directory files? >>>> Patch-RE-p0 <linux-3.0-s3c2440.patch> mv linux-3.0-s3c2440 linux-3.0 can generate linux-3.0 source directory file third: if the current directory has linux-3.0 source directory file and linux-3.0-s3c2440.patch file, how do I generate a modified linux-3.0-s3c2440 directory file? >>> Patch-p0 <linux-3.0-s3c2440.patch> mv linux-3.0 linux-3.0-s3c2440 linux-3.0-s3c2440 can generate directory files
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.