bash
Differences
This shows you the differences between two versions of the page.
bash [2023/04/02 11:13] – created glebelg | bash [2023/07/09 09:43] (current) – glebelg | ||
---|---|---|---|
Line 2: | Line 2: | ||
first create a txt file with all the arguments | first create a txt file with all the arguments | ||
cat list.txt | while read line; do " | cat list.txt | while read line; do " | ||
+ | | ||
+ | ==== split csv ==== | ||
+ | cat bigFile.csv | parallel --header : --pipe -N999 'cat > |
bash.1680433998.txt.gz · Last modified: 2023/04/02 11:13 by glebelg