Per-line
Syntax
Section titled “Syntax”splitby --per-line [selection...]What it does
Section titled “What it does”Each input line is processed independently. This is the default if no other input mode has been set.
This flag is only useful when changing the default behaviour or using aliases.
Examples
Section titled “Examples”printf "a,b\nc,d\n" | splitby -d "," --per-line 2# b# d