Invert
Syntax
Section titled “Syntax”splitby --invert [selection...]What it does
Section titled “What it does”Inverts your selections, returning everything you did not ask for.
Examples
Section titled “Examples”echo "a b c d" | splitby -d " " --invert 2# a c dGotchas
Section titled “Gotchas”- Placeholders do nothing with invert set.