Skip to content

Fields

Terminal window
splitby --fields [selection...]

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.

Terminal window
# Useful for overriding a default set in a config or alias
echo "a,b,c" | splitby "," 2 --fields
# b