Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
行数に基づいて、テキストまたは csv ファイル (10 万) を csv ファイル (それぞれに 10k 行が含まれる) に分割する方法は? UNIX スクリプトを使用し ます。
このコマンドを実行します
split -l 10000 big.csv
split は coreutils パッケージの一部であるため、広く利用可能です