本帖最后由 idwma 于 2022-2-7 19:33 编辑
抗疫幸苦了安全第一,先备份文件呀- #@&cls&powershell "type %~s0|out-string|iex"&pause&exit
- dir *.txt|%{
- $a=@{}
- $b=@()
- foreach($i in gc $_){if($i -match '..村|..镇'){$a[$matches[0]]+=@($i)}else{$b+=$i}}
- foreach($i in $a.keys){if(test-path $($i+'.txt')){ac $($i+'.txt') $a[$i]}else{ac $($i+'.txt') $($b,$a[$i])}}
- }
复制代码
|