2020年9月11日 テキストファイル分割 PowerShell $i=0; cat .\maillog -ReadCount 1000000 | % { $_ > maillog$i.txt;$i++ }