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”echo "a,b,c" | splitby --characters --fields -d "," 2# b