2023年1月30日 Powershellでテキスト分割 $i=1; cat .\hoge.txt -ReadCount 100000 | % { $_ > foo_$i.txt;$i++ } (カレントディレクトリのhoge.txtを100000行単位で、foo_1.t...