rename.n

来自「tcl是工具命令语言」· N 代码 · 共 36 行

N
36
字号
'\"'\" Copyright (c) 1993 The Regents of the University of California.'\" Copyright (c) 1994-1997 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" RCS: @(#) $Id: rename.n,v 1.3 2000/09/07 14:27:51 poenitz Exp $'\" .so man.macros.TH rename n "" Tcl "Tcl Built-In Commands".BS'\" Note:  do not modify the .SH NAME line immediately below!.SH NAMErename \- Rename or delete a command.SH SYNOPSIS\fBrename \fIoldName newName\fR.BE.SH DESCRIPTION.PPRename the command that used to be called \fIoldName\fR so that itis now called \fInewName\fR.If \fInewName\fR is an empty string then \fIoldName\fR is deleted.\fIoldName\fR and \fInewName\fR may include namespace qualifiers(names of containing namespaces).If a command is renamed into a different namespace,future invocations of it will execute in the new namespace.The \fBrename\fR command returns an empty string as result..SH "SEE ALSO"namespace(n), proc(n).SH KEYWORDScommand, delete, namespace, rename

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?