how to split text or csv file (100 thousand) into csv files (each one contains 10k lines ) based on the lines count ? Using UNIX script.
Execute this command
split -l 10000 big.csv
Run Code Online (Sandbox Code Playgroud)
split是coreutils包的一部分,因此可以广泛使用
|   归档时间:  |  
           
  |  
        
|   查看次数:  |  
           1144 次  |  
        
|   最近记录:  |