Skip to content

Invert

Terminal window
splitby -i [selection...]
splitby --invert [selection...]

Inverts your selections, returning everything you did not ask for.

Terminal window
echo "a b c d" | splitby -d " " 2 --invert
# a c d
  • Placeholders do nothing with invert set.