Skip to content

Per-line

Terminal window
splitby --per-line [selection...]

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.

Terminal window
printf "a,b\nc,d\n" | splitby -d "," --per-line 2
# b
# d