User Tools

Site Tools


bash

Differences

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

Link to this comparison view

bash [2023/04/02 11:13] – created glebelgbash [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 "ebook-convert" "$line" "$line.pdf" ; done   cat list.txt | while read line; do "ebook-convert" "$line" "$line.pdf" ; done
 +  
 +==== split csv ====
 +  cat bigFile.csv | parallel --header : --pipe -N999 'cat >split_file_{#}.csv'
bash.1680433998.txt.gz · Last modified: 2023/04/02 11:13 by glebelg