请问一个diff过滤器问题
发表于 : 2012-08-23 20:45
在我的文件夹下有两个文件,分别为bigone,data,两个文件的内容分别如下:
1、bigone
this is line1
this is line2
this is line3
this is line4
this is line5this is line1
this is line2
this is line3
this is line4
this is line5
2、data
this is line1
this is line2
this is line3
this is line4
this is line5
使用diff bigone data后输出的结果为
5,8d4
< this is line5this is line1
< this is line2
< this is line3
< this is line4
请问这里的5,8d4是否是表示删除地一个文件的第五至第八行共计4行?
1、bigone
this is line1
this is line2
this is line3
this is line4
this is line5this is line1
this is line2
this is line3
this is line4
this is line5
2、data
this is line1
this is line2
this is line3
this is line4
this is line5
使用diff bigone data后输出的结果为
5,8d4
< this is line5this is line1
< this is line2
< this is line3
< this is line4
请问这里的5,8d4是否是表示删除地一个文件的第五至第八行共计4行?