line
Read the next line from standard input and write it to standard output. Exit status is 1 upon EOF. Typically used in shell scripts to read from the terminal.
EOF
Print the first two lines of output from who:
who | ( line ; line )