edprocs(1tcl)
edprocs --
write named procedures to temporary file, call editor
Synopsis
edprocs [proc ...]
Description
This procedure writes the named procedures, or all
currently defined procedures, to a temporary file, then
calls an editor on it (as specified by the EDITOR
environment variable, or
vi(1)
if none is specified), then sources the file back in if it
was changed.
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.