Scroll to navigation

tell(3tcl) Tcl Built-In Commands tell(3tcl)


NAME

tell - Return current access position for an open channel

SYNOPSIS

tell channelId


DESCRIPTION

The tell command has been superceded by the chan tell command which supports the same syntax and options.

SEE ALSO

chan(3tcl)

8.1 Tcl