parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Splitting input into jobs


From: Fredrick Brennan
Subject: Re: Splitting input into jobs
Date: Fri, 02 Apr 2021 18:37:48 -0400

I wrote this command wrong. I forgot to put the replacement string {}.


I meant:


find build/SVG_layers/* -iname '*.svg' | parallel --bar inkscape --batch-process --actions "select-all:all;verb:StrokeToPath;select-all;verb:SelectionUnion;export-plain-svg;" --export-overwrite {}


Best,

Fred Brennan


On Friday, April 2, 2021 6:35:07 PM EDT you wrote:

> find build/SVG_layers/* -iname '*.svg' | parallel --bar inkscape

> --batch-process -- actions

> "select-all:all;verb:StrokeToPath;select-all;verb:SelectionUnion;export-

> plain-svg;" --export-overwrite build/SVG_layers/*


reply via email to

[Prev in Thread] Current Thread [Next in Thread]