Fields
Syntax
Section titled “Syntax”splitby --fields [selection...]What it does
Section titled “What it does”Splits the input into fields, using a delimiter. This is the default if no other selection mode is specified.
This flag is only useful when changing the default behaviour or using aliases.
Examples
Section titled “Examples”# Useful for overriding a default set in a config or aliasecho "a,b,c" | splitby "," 2 --fields# b