NAME:
split - split each input line into multiple output lines on a delimiter
USAGE:
split [OPTIONS] [FILE...]
Read lines and split each line on a delimiter, emitting one field per output
line. Default splits on runs of whitespace. With no FILE, or when FILE is -,
read standard input.
VERSION:
dev
GLOBAL OPTIONS:
--delimiter string, -d string field delimiter for splitting (default: whitespace)
--help, -h show help
--version print version information and exit