mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
par_few_duplicate_run $CSV par_few_duplicate_run $CSV
|
|
par_few_duplicate_run $CSV ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $CSV sql: Error: csv:///%2Frun%2Fshm%2Fcsv is not a valid DBURL
|
|
par_few_duplicate_run $CSV
|
|
par_few_duplicate_run $CSV Usage:
|
|
par_few_duplicate_run $CSV sql [-hnr] [--table-size] [--db-size] [-p pass-through] [-s string] dburl [sqlcommand]
|
|
par_few_duplicate_run $CSV sql [-hnr] [--table-size] [--db-size] [-p pass-through] [-s string] dburl < sql_command_file
|
|
par_few_duplicate_run $CSV
|
|
par_few_duplicate_run $CSV See 'man sql' for the options
|
|
par_few_duplicate_run $CSV OK
|
|
par_few_duplicate_run $MYSQL par_few_duplicate_run $MYSQL
|
|
par_few_duplicate_run $MYSQL ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $MYSQL OK
|
|
par_few_duplicate_run $PG par_few_duplicate_run $PG
|
|
par_few_duplicate_run $PG ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $PG DROP TABLE
|
|
par_few_duplicate_run $PG OK
|
|
par_few_duplicate_run $SQLITE par_few_duplicate_run $SQLITE
|
|
par_few_duplicate_run $SQLITE ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $SQLITE OK
|