User Tools

Site Tools


linux:commands:split_csv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:commands:split_csv [2024/02/16 16:45]
sqbell created
linux:commands:split_csv [2024/02/16 16:46] (current)
sqbell
Line 1: Line 1:
 +<code bash>
 cat whitelisted.csv| parallel --header : --pipe -N2000 'cat > file_{#}.csv' cat whitelisted.csv| parallel --header : --pipe -N2000 'cat > file_{#}.csv'
 +</code>
linux/commands/split_csv.txt · Last modified: 2024/02/16 16:46 by sqbell