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/*