diff 比较两个文件夹

转摘自:http://blog.chinaunix.net/uid-14735472-id-111118.html


[root@localhost ~]# diff -urNa dir1 dir2


-a  Treat  all  files  as text and compare them     
    line-by-line, even if they do not seem to be text.

-N, --new-file
    In  directory  comparison, if a file is found in
    only one directory, treat it as present but empty
    in the other directory.

-r  When comparing directories, recursively compare
    any subdirectories found.

-u  Use the unified output format.


 2022  mkdir patch
 2023  cd patch
 2024  ls
 2025  mkdir old
 2026  mkdir new
 2027  cp /home/bootable/recovery/miui new/ -rf
 2028  cp /home/miui_recovery-master/src/miui old/ -rf
 2029  diff -urNa new/ old/
 2030  diff -urNa new/ old/ > debug.diff
 2031  gedit debug.diff 
 2035  cd old/
 2036  patch -p1 < ../debug.diff 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值