powershell:文章の分割
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
powershell:文章の分割 [2023/09/01 10:34] – 119.231.18.70 | powershell:文章の分割 [2023/09/01 11:30] (現在) – 119.231.18.70 | ||
---|---|---|---|
行 95: | 行 95: | ||
} | } | ||
+ | ーーーーー | ||
+ | $inputFile = " | ||
+ | $lineCount = 10000 # 1ファイルあたりの行数 | ||
+ | $counter = 0 | ||
+ | |||
+ | Get-Content $inputFile | ForEach-Object { | ||
+ | Add-Content -Path " | ||
+ | $counter++ | ||
+ | } | ||
</ | </ |
powershell/文章の分割.1693564486.txt.gz · 最終更新: 2023/09/01 10:34 by 119.231.18.70