欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

把兩個(gè)文件中的不同之處提取到某個(gè)文件中去

 更新時(shí)間:2009年05月11日 12:42:09   作者:  
把兩個(gè)文件中的不同之處提取到某個(gè)文件中去
復(fù)制代碼 代碼如下:

@echo off
:: 把兩個(gè)文件中的不同之處提取到某個(gè)文件中去
::
cd.>3.txt
for /f "tokens=1* delims=:" %%i in ('findstr /n . 1.txt') do (
for /f "tokens=1* delims=:" %%x in ('findstr /n . 2.txt') do (
if %%i equ %%x if not "%%j"=="%%y" (>>3.txt echo 1:%%j&>>3.txt echo 2:%%y&>>3.txt echo.)
)
)

相關(guān)文章

最新評(píng)論