精选圈子榜单优站
编程综合
编程综合
技术
20关注
编程技术记录、分享 ,记录你的编程生活点点滴滴!

diff 比较两个文件夹


$ 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.


  • 若文章侵犯了您的权益,请联系我们进行处理。

  • 2017-08-09
  • 3143阅读
评论