table of contents
other languages
- English tcl9.0-doc
- English tcl8.6-doc
- 中文 (zh-CN)
- 繁體中文 (zh-TW)
tell(3tcl) | Tcl Built-In Commands | tell(3tcl) |
NAME¶
tell - 返回一个打开的通道的当前访问位置
总览 SYNOPSIS¶
tell channelId
描述 DESCRIPTION¶
返回一个整数值,给出 channelId 的当前访问位置。返回的这个值是可以传递给 seek 命令的一个字节偏移量,用以把通道设置到一个特定的位置。注意这个值以字节为单位的,而不是以字符为单位如 read 命令。 对于不支持搜寻(seek)的通道返回的这个值是 -1。
参见 SEE ALSO¶
file(n), open(n), close(n), gets(n), seek(n)
关键字 KEYWORDS¶
access position, channel, seeking
[中文版维护人]¶
寒蝉退士
[中文版最新更新]¶
2001/11/20
《中国 Linux 论坛 man 手册页翻译计划》:¶
跋¶
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
8.1 | Tcl |