NAME:
while - read from stdin and process line by line
USAGE:
while COMMAND [ARG...]
Read standard input line by line, running COMMAND for each line. Each line is
piped to COMMAND's standard input and replaced by COMMAND's standard output
(with one trailing newline trimmed).
VERSION:
dev
GLOBAL OPTIONS:
--help, -h show help
--version print version information and exit