table of contents
other languages
other sections
rename(3tcl) | Tcl Built-In Commands | rename(3tcl) |
NAME¶
rename - 重新命名或刪除一個命令
總覽 SYNOPSIS¶
rename oldName newName
描述 DESCRIPTION¶
把過去叫做 oldName 的命令重新命名為叫做 newName。如果 newName 是一個空串則刪除叫做 oldName 的命令。oldName 和 newName 可以包括名字空間限定符(包含名字空間的名字)。如果一個命令被重新命名到一個不同名字空間中,將來對它的呼叫將在新的名字空間中執行。rename 命令返回一個空串作為結果。
參見 SEE ALSO¶
namespace(n), proc(n)
關鍵字 KEYWORDS¶
command, delete, namespace, rename
[中文版維護人]¶
寒蟬退士
[中文版最新更新]¶
2001/10/28
《中國 Linux 論壇 man 手冊頁翻譯計劃》:¶
跋¶
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
Tcl |