dresu 当前离线
列兵
TOP
CrLf 当前离线
论坛巡查
@findstr /g:文本1 文本2 >文本3复制代码
pcl_test 当前离线
荣誉版主
powershell -c "$a=[IO.File]::ReadAllText('文本2.txt', [Text.Encoding]::default) -split '[\r\n]+';gc '文本1.txt'|%%{$t=$_.trim();$a|?{$_.contains($t)}}" rem powershell -c "$a=gc '文本1.txt';gc '文本2.txt'|%%{$t=$_;$a|%%{if($t.contains($_.trim())){$t}}}" pause复制代码