10.0;lopstr (list_open_streams), revision 1.0, 88/01/21
lopstr (list_open_streams) -- List open streams.
usage: lopstr
DESCRIPTION
lopstr lists the streams that are open for the current process. The list
contains the stream ID and access mode (read, write, append, and so
forth) for each stream. The pathname (if one exists) associated with each
stream is also displayed.
lopstr requires no arguments or options.
EXAMPLES
$ lopstr
st# open name
0 read (standard input)
1 append (standard output)
2 read (error input)
3 append (error output)
4 streams open.