COHERENT help

This page displays the COHERENT help information for read.

Listing of available help pages


read -- Assign values to shell variables

read name ...

Reads a line from stdin and assign each token to corresponding shell variable
name.  The shell executes read directly.

read() -- Read from a file

#include <unistd.h>
int read(fd, buffer, n)
int fd; char *buffer; int n;