SYNTAX

    ioinfo [options] <object_type>


OPTIONS

-h (--help) bool

Display help.

-m (--match) string

Match string to filter object names. Defaults to *.


ARGUMENTS

<object_type>

The type of IO object to display information about. The following values are supported:

read-write

Both read and write objects.

read

Just read objects.

write

Just write objects.

end-point

All end-points. Note, the remaining values are specific kinds of end-point.

console

Just console end-points.

file

Just file end-points. Note, file end-points are used by fshell when it redirects the input or output of a command from or to a file in response to <, > or >>.

null

Just null end-points. Note, null end-points are used by fshell when the input or output of a command is redirected from or to /dev/null or NUL.

pipe

Just pipe end-points. Note, pipe end-points are used by fshell when a command-line contains the pipe (|) operator.

persistent-console

Just persistent console end-points. See pcons and the Persistent Consoles section of the tool-kit's documentation for more details.


DESCRIPTION

Provides information on IO objects within the IO server.


COPYRIGHT

Copyright (c) 2006-2011 Accenture. All rights reserved.