Chinaunix首页 | 论坛 | 博客
  • 博客访问: 66774
  • 博文数量: 17
  • 博客积分: 673
  • 博客等级: 中士
  • 技术积分: 150
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-17 16:48
文章分类

全部博文(17)

文章存档

2012年(5)

2011年(12)

分类: LINUX

2011-05-13 21:43:05

远程服务器工作时只能用用diff命令,记下几条好用的:

并排格式输出:diff hello.c hello_diff.c -y -W 130
上下文输出格式:diff hello.c hello_diff.c -c
统一输出格式:diff hello.c hello_diff.c -u
忽略模式行:diff hello.c hello_diff.c -I include

Using process substitution to compare the contents of two directories
 (to see which filenames are in one, but not the other)
diff <(ls $first_directory) <(ls $second_directory)
阅读(1555) | 评论(0) | 转发(0) |
0

上一篇:Mac Os之路

下一篇:'{}', '()' in shell

给主人留下些什么吧!~~