【powershell】ファイルを指定行で分割
・コマンド
$i=0; cat test.csv -ReadCount 100 | % { $_ > test$i.csv;$i++ }

・出力結果
test.csv
~
test99.csv

この記事が気に入ったらサポートをしてみませんか?