Scroll to navigation

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


NAME

seek - Change the access position for an open channel

SYNOPSIS

seek channelId offset ?origin?


DESCRIPTION

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

SEE ALSO

chan(3tcl)

8.1 Tcl