Define an obsolete command obsolete
command
. If the defined
command is invoked, this will usually just print the message – some systems may ignore it altogether.
{
message }
command abc {
obsolete {
Command abc is obsolete - use xyz instead }
}
The given message will be displayed if command abc
is obeyed.
ADAM:
.icl
and .csh
files.